#CCA1C5

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

Shades of Lilac #CCA1C5

Tints of Lilac #CCA1C5

Color information

#CCA1C5 (or 0xCCA1C5) is unknown color: approx Lilac. HEX triplet: CC, A1 and C5. RGB value is (204,161,197). Sum of RGB (Red+Green+Blue) = 204+161+197=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1C5 is #335E3A. Grayscale: #B1B1B1. Windows color (decimal): -3366459 or 12952012. OLE color: 12952012.

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

Color convert

RGB204161197-
CMYK00.210.030.2
HSL309.77º29.66%71.57%-
HSV(B)309.77º21.08%80%-
XYZ47.7242.3658.48-
YUV177.96138.75146.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 161 (63.28% from 255) = 28.65%
BLUE value IS 197 (77.34% from 255) = 35.05%
R=36.30%
G=28.65%
B=35.05%

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
Decimal20416119700.210.030.2309.7729.6671.57
HexCCA1C50153141361e48
Octal31424130502532446636110
Binary1100110010100001110001010101011110100100110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1C5; }

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

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

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

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

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

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

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

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