#CCA2C6

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

Shades of Lilac #CCA2C6

Tints of Lilac #CCA2C6

Color information

#CCA2C6 (or 0xCCA2C6) is unknown color: approx Lilac. HEX triplet: CC, A2 and C6. RGB value is (204,162,198). Sum of RGB (Red+Green+Blue) = 204+162+198=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2C6 is #335D39. Grayscale: #B2B2B2. Windows color (decimal): -3366202 or 13017804. OLE color: 13017804.

HSL color Cylindrical-coordinate representation of color #CCA2C6: hue angle of 308.57º 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 #CCA2C6 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204162198-
CMYK00.210.030.2
HSL308.57º29.17%71.76%-
HSV(B)308.57º20.59%80%-
XYZ48.0242.7659.15-
YUV178.66138.91146.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 162 (63.67% from 255) = 28.72%
BLUE value IS 198 (77.73% from 255) = 35.11%
R=36.17%
G=28.72%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416219800.210.030.2308.5729.1771.76
HexCCA2C60153141351d48
Octal31424230602532446535110
Binary1100110010100010110001100101011110100100110101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2C6; }

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

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

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

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

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

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

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

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