#CCA1C4

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

Shades of Lilac #CCA1C4

Tints of Lilac #CCA1C4

Color information

#CCA1C4 (or 0xCCA1C4) is unknown color: approx Lilac. HEX triplet: CC, A1 and C4. RGB value is (204,161,196). Sum of RGB (Red+Green+Blue) = 204+161+196=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1C4 is #335E3B. Grayscale: #B1B1B1. Windows color (decimal): -3366460 or 12886476. OLE color: 12886476.

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

Color convert

RGB204161196-
CMYK00.210.040.2
HSL311.16º29.66%71.57%-
HSV(B)311.16º21.08%80%-
XYZ47.6142.3157.88-
YUV177.85138.25146.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 161 (63.28% from 255) = 28.70%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=36.36%
G=28.70%
B=34.94%

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
Decimal20416119600.210.040.2311.1629.6671.57
HexCCA1C40154141371e48
Octal31424130402542446736110
Binary11001100101000011100010001010110010100100110111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1C4; }

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

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

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

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

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

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

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

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