#CCA1C6

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

Shades of Lilac #CCA1C6

Tints of Lilac #CCA1C6

Color information

#CCA1C6 (or 0xCCA1C6) is unknown color: approx Lilac. HEX triplet: CC, A1 and C6. RGB value is (204,161,198). Sum of RGB (Red+Green+Blue) = 204+161+198=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1C6 is #335E39. Grayscale: #B1B1B1. Windows color (decimal): -3366458 or 13017548. OLE color: 13017548.

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

Color convert

RGB204161198-
CMYK00.210.030.2
HSL308.37º29.66%71.57%-
HSV(B)308.37º21.08%80%-
XYZ47.8442.459.09-
YUV178.08139.25146.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 161 (63.28% from 255) = 28.60%
BLUE value IS 198 (77.73% from 255) = 35.17%
R=36.23%
G=28.60%
B=35.17%

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
Decimal20416119800.210.030.2308.3729.6671.57
HexCCA1C60153141341e48
Octal31424130602532446436110
Binary1100110010100001110001100101011110100100110100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1C6; }

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

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

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

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

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

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

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

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