#CAA6C7

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

Shades of Lilac #CAA6C7

Tints of Lilac #CAA6C7

Color information

#CAA6C7 (or 0xCAA6C7) is unknown color: approx Lilac. HEX triplet: CA, A6 and C7. RGB value is (202,166,199). Sum of RGB (Red+Green+Blue) = 202+166+199=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6C7 is #355938. Grayscale: #B4B4B4. Windows color (decimal): -3496249 or 13084362. OLE color: 13084362.

HSL color Cylindrical-coordinate representation of color #CAA6C7: hue angle of 305º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA6C7 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202166199-
CMYK00.180.010.21
HSL305º25.35%72.16%-
HSV(B)305º17.82%79.22%-
XYZ48.343.9559.97-
YUV180.53138.43143.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 166 (65.23% from 255) = 29.28%
BLUE value IS 199 (78.12% from 255) = 35.10%
R=35.63%
G=29.28%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216619900.180.010.2130525.3572.16
HexCAA6C70121151311948
Octal31224630702212546131110
Binary110010101010011011000111010010110101100110001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6C7; }

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

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

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

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

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

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

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

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