#CCA6CA

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

Shades of Lilac #CCA6CA

Tints of Lilac #CCA6CA

Color information

#CCA6CA (or 0xCCA6CA) is unknown color: approx Lilac. HEX triplet: CC, A6 and CA. RGB value is (204,166,202). Sum of RGB (Red+Green+Blue) = 204+166+202=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6CA is #335935. Grayscale: #B5B5B5. Windows color (decimal): -3365174 or 13280972. OLE color: 13280972.

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

Color convert

RGB204166202-
CMYK00.190.010.2
HSL303.16º27.14%72.55%-
HSV(B)303.16º18.63%80%-
XYZ49.244.3761.85-
YUV181.47139.59144.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 166 (65.23% from 255) = 29.02%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=35.66%
G=29.02%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416620200.190.010.2303.1627.1472.55
HexCCA6CA01311412f1b49
Octal31424631202312445733111
Binary110011001010011011001010010011110100100101111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6CA; }

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

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

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

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

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

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

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

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