Html Css Color HEX #CCA0C9 Lilac

📋 copy color: '#CCA0C9'

red 204 ◦ green 160 ◦ blue 201

#CCA0C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CCA0C9

Tints of Lilac #CCA0C9

RGB

 RED value IS 204 (80.08% from 255) = 36.11%

 GREEN value IS 160 (62.89% from 255) = 28.32%

 BLUE value IS 201 (78.91% from 255) = 35.58%

R = 36.11%
G = 28.32%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCA0C9 (or 0xCCA0C9) is known color: Lilac. HEX triplet: CC, A0 and C9. RGB value is (204,160,201). Sum of RGB (Red+Green+Blue) = 204+160+201=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0C9 is #335F36. Grayscale: #B1B1B1. Windows color (decimal): -3366711 or 13213900. OLE color: 13213900.

HSL color Cylindrical-coordinate representation of color #CCA0C9: hue angle of 304.09º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA0C9 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 201 -
CMYK 0 0.22 0.01 0.2
HSL 304.09º 0.3% 0.71% -
HSV(B) 304.09º 0.22% 0.8% -
XYZ 48.02 42.2 60.87 -
YUV 177.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 204 160 201 0 0.22 0.01 0.2 304.09 0.3 0.71
Hex CC A0 C9 0 16 1 14 130 1E 47
Octal 314 240 311 0 26 1 24 460 36 107
Binary 11001100 10100000 11001001 0 10110 1 10100 100110000 11110 1000111

Color Harmonies of #CCA0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0C9

Black with #CCA0C9

Text Example


Text Example

White with #CCA0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0C9; }

 p { color: rgb(204,160,201); }

 H1.HeaderClassName
 {
   color: #CCA0C9;
 }
 .AnyTagClassName
 {
   color: #CCA0C9;
 }
</style>

background-color css

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

 a { background-color: rgb(204,160,201); }

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

border-color css

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

 span { border-color: rgb(204,160,201); }

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