#CCA2C3

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

Shades of Lilac #CCA2C3

Tints of Lilac #CCA2C3

Color information

#CCA2C3 (or 0xCCA2C3) is unknown color: approx Lilac. HEX triplet: CC, A2 and C3. RGB value is (204,162,195). Sum of RGB (Red+Green+Blue) = 204+162+195=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2C3 is #335D3C. Grayscale: #B2B2B2. Windows color (decimal): -3366205 or 12821196. OLE color: 12821196.

HSL color Cylindrical-coordinate representation of color #CCA2C3: hue angle of 312.86º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA2C3 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204162195-
CMYK00.210.040.2
HSL312.86º29.17%71.76%-
HSV(B)312.86º20.59%80%-
XYZ47.6742.6257.34-
YUV178.32137.41146.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 162 (63.67% from 255) = 28.88%
BLUE value IS 195 (76.56% from 255) = 34.76%
R=36.36%
G=28.88%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416219500.210.040.2312.8629.1771.76
HexCCA2C30154141391d48
Octal31424230302542447135110
Binary11001100101000101100001101010110010100100111001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2C3; }

 p { color: rgb(204,162,195); }

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

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

 a { background-color: rgb(204,162,195); }

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

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

 span { border-color: rgb(204,162,195); }

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