#CCA9CA

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

Shades of Lilac #CCA9CA

Tints of Lilac #CCA9CA

Color information

#CCA9CA (or 0xCCA9CA) is unknown color: approx Lilac. HEX triplet: CC, A9 and CA. RGB value is (204,169,202). Sum of RGB (Red+Green+Blue) = 204+169+202=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9CA is #335635. Grayscale: #B7B7B7. Windows color (decimal): -3364406 or 13281740. OLE color: 13281740.

HSL color Cylindrical-coordinate representation of color #CCA9CA: hue angle of 303.43º 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 #CCA9CA is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204169202-
CMYK00.170.010.2
HSL303.43º25.55%73.14%-
HSV(B)303.43º17.16%80%-
XYZ49.7545.4862.03-
YUV183.23138.6142.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 169 (66.41% from 255) = 29.39%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=35.48%
G=29.39%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416920200.170.010.2303.4325.5573.14
HexCCA9CA01111412f1a49
Octal31425131202112445732111
Binary110011001010100111001010010001110100100101111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9CA; }

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

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

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

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

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

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

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

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