#CAACCA

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

Shades of Lilac #CAACCA

Tints of Lilac #CAACCA

Color information

#CAACCA (or 0xCAACCA) is unknown color: approx Lilac. HEX triplet: CA, AC and CA. RGB value is (202,172,202). Sum of RGB (Red+Green+Blue) = 202+172+202=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACCA is #355335. Grayscale: #B8B8B8. Windows color (decimal): -3494710 or 13282506. OLE color: 13282506.

HSL color Cylindrical-coordinate representation of color #CAACCA: hue angle of 300º degrees, saturation: 0.22, 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 #CAACCA is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202172202-
CMYK00.1500.21
HSL300º22.06%73.33%-
HSV(B)300º14.85%79.22%-
XYZ49.7746.3362.2-
YUV184.39137.94140.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=35.07%
G=29.86%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217220200.1500.2130022.0673.33
HexCAACCA0F01512c1649
Octal31225431201702545426111
Binary11001010101011001100101001111010101100101100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACCA; }

 p { color: rgb(202,172,202); }

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

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

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

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

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

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

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