#CAA7C7

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

Shades of Lilac #CAA7C7

Tints of Lilac #CAA7C7

Color information

#CAA7C7 (or 0xCAA7C7) is unknown color: approx Lilac. HEX triplet: CA, A7 and C7. RGB value is (202,167,199). Sum of RGB (Red+Green+Blue) = 202+167+199=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7C7 is #355838. Grayscale: #B5B5B5. Windows color (decimal): -3495993 or 13084618. OLE color: 13084618.

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

Color convert

RGB202167199-
CMYK00.170.010.21
HSL305.14º24.82%72.35%-
HSV(B)305.14º17.33%79.22%-
XYZ48.4844.3260.03-
YUV181.11138.1142.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=35.56%
G=29.40%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216719900.170.010.21305.1424.8272.35
HexCAA7C70111151311948
Octal31224730702112546131110
Binary110010101010011111000111010001110101100110001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7C7; }

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

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

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

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

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

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

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

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