#CCA6C5

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

Shades of Lilac #CCA6C5

Tints of Lilac #CCA6C5

Color information

#CCA6C5 (or 0xCCA6C5) is unknown color: approx Lilac. HEX triplet: CC, A6 and C5. RGB value is (204,166,197). Sum of RGB (Red+Green+Blue) = 204+166+197=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6C5 is #33593A. Grayscale: #B4B4B4. Windows color (decimal): -3365179 or 12953292. OLE color: 12953292.

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

Color convert

RGB204166197-
CMYK00.190.030.2
HSL311.05º27.14%72.55%-
HSV(B)311.05º18.63%80%-
XYZ48.6244.1458.78-
YUV180.9137.09144.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 166 (65.23% from 255) = 29.28%
BLUE value IS 197 (77.34% from 255) = 34.74%
R=35.98%
G=29.28%
B=34.74%

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
Decimal20416619700.190.030.2311.0527.1472.55
HexCCA6C50133141371b49
Octal31424630502332446733111
Binary1100110010100110110001010100111110100100110111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6C5; }

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

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

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

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

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

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

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

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