#CAABC6

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

Shades of Lilac #CAABC6

Tints of Lilac #CAABC6

Color information

#CAABC6 (or 0xCAABC6) is unknown color: approx Lilac. HEX triplet: CA, AB and C6. RGB value is (202,171,198). Sum of RGB (Red+Green+Blue) = 202+171+198=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABC6 is #355439. Grayscale: #B7B7B7. Windows color (decimal): -3494970 or 13020106. OLE color: 13020106.

HSL color Cylindrical-coordinate representation of color #CAABC6: hue angle of 307.74º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAABC6 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB202171198-
CMYK00.150.020.21
HSL307.74º22.63%73.14%-
HSV(B)307.74º15.35%79.22%-
XYZ49.1145.7659.67-
YUV183.35136.27141.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 198 (77.73% from 255) = 34.68%
R=35.38%
G=29.95%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217119800.150.020.21307.7422.6373.14
HexCAABC60F2151341749
Octal31225330601722546427111
Binary110010101010101111000110011111010101100110100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABC6; }

 p { color: rgb(202,171,198); }

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

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

 a { background-color: rgb(202,171,198); }

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

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

 span { border-color: rgb(202,171,198); }

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