#CCA9C6

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

Shades of Lilac #CCA9C6

Tints of Lilac #CCA9C6

Color information

#CCA9C6 (or 0xCCA9C6) is unknown color: approx Lilac. HEX triplet: CC, A9 and C6. RGB value is (204,169,198). Sum of RGB (Red+Green+Blue) = 204+169+198=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9C6 is #335639. Grayscale: #B6B6B6. Windows color (decimal): -3364410 or 13019596. OLE color: 13019596.

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

Color convert

RGB204169198-
CMYK00.170.030.2
HSL310.29º25.55%73.14%-
HSV(B)310.29º17.16%80%-
XYZ49.2845.2959.57-
YUV182.77136.6143.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 169 (66.41% from 255) = 29.60%
BLUE value IS 198 (77.73% from 255) = 34.68%
R=35.73%
G=29.60%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416919800.170.030.2310.2925.5573.14
HexCCA9C60113141361a49
Octal31425130602132446632111
Binary1100110010101001110001100100011110100100110110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9C6; }

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

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

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

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

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

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

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

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