#CCA5C6

Color #CCA5C6 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CCA5C6

Tints of Lilac #CCA5C6

Color information

#CCA5C6 (or 0xCCA5C6) is unknown color: approx Lilac. HEX triplet: CC, A5 and C6. RGB value is (204,165,198). Sum of RGB (Red+Green+Blue) = 204+165+198=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA5C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5C6 is #335A39. Grayscale: #B4B4B4. Windows color (decimal): -3365434 or 13018572. OLE color: 13018572.

HSL color Cylindrical-coordinate representation of color #CCA5C6: hue angle of 309.23º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA5C6 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204165198-
CMYK00.190.030.2
HSL309.23º27.66%72.35%-
HSV(B)309.23º19.12%80%-
XYZ48.5543.8259.33-
YUV180.42137.92144.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 165 (64.84% from 255) = 29.10%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=35.98%
G=29.10%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416519800.190.030.2309.2327.6672.35
HexCCA5C60133141351c48
Octal31424530602332446534110
Binary1100110010100101110001100100111110100100110101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA5C6; }

 p { color: rgb(204,165,198); }

 H1.HeaderClassName
 {
   color: #CCA5C6;
 }
 .AnyTagClassName
 {
   color: #CCA5C6;
 }
</style>
background-color css

<style>
 a { background-color: #CCA5C6; }

 a { background-color: rgb(204,165,198); }

 div.DivClassName
 {
   background-color: #CCA5C6;
 }
 .BgClassName
 {
   background-color: #CCA5C6;
 }
</style>
border-color css

<style>
 span { border-color: #CCA5C6; }

 span { border-color: rgb(204,165,198); }

 td.TdClassName
 {
   border-color: #CCA5C6;
 }
 .TagClassName
 {
   border-color: #CCA5C6;
 }
</style>