#CCA6CB

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

Shades of Lilac #CCA6CB

Tints of Lilac #CCA6CB

Color information

#CCA6CB (or 0xCCA6CB) is unknown color: approx Lilac. HEX triplet: CC, A6 and CB. RGB value is (204,166,203). Sum of RGB (Red+Green+Blue) = 204+166+203=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6CB is #335934. Grayscale: #B5B5B5. Windows color (decimal): -3365173 or 13346508. OLE color: 13346508.

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

Color convert

RGB204166203-
CMYK00.190.000.2
HSL301.58º27.14%72.55%-
HSV(B)301.58º18.63%80%-
XYZ49.3244.4262.47-
YUV181.58140.09143.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 166 (65.23% from 255) = 28.97%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=35.60%
G=28.97%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416620300.190.000.2301.5827.1472.55
HexCCA6CB01301412e1b49
Octal31424631302302445633111
Binary110011001010011011001011010011010100100101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6CB; }

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

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

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

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

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

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

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

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