#CAB1C9

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

Shades of Lilac #CAB1C9

Tints of Lilac #CAB1C9

Color information

#CAB1C9 (or 0xCAB1C9) is unknown color: approx Lilac. HEX triplet: CA, B1 and C9. RGB value is (202,177,201). Sum of RGB (Red+Green+Blue) = 202+177+201=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1C9 is #354E36. Grayscale: #BBBBBB. Windows color (decimal): -3493431 or 13218250. OLE color: 13218250.

HSL color Cylindrical-coordinate representation of color #CAB1C9: hue angle of 302.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB1C9 is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB202177201-
CMYK00.120.000.21
HSL302.4º19.08%74.31%-
HSV(B)302.4º12.38%79.22%-
XYZ50.6248.2261.9-
YUV187.21135.78138.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 177 (69.53% from 255) = 30.52%
BLUE value IS 201 (78.91% from 255) = 34.66%
R=34.83%
G=30.52%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217720100.120.000.21302.419.0874.31
HexCAB1C90C01512e134a
Octal31226131101402545623112
Binary11001010101100011100100101100010101100101110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1C9; }

 p { color: rgb(202,177,201); }

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

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

 a { background-color: rgb(202,177,201); }

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

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

 span { border-color: rgb(202,177,201); }

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