Html Css Color HEX #C9A0CC Lilac

📋 copy color: '#C9A0CC'

red 201 ◦ green 160 ◦ blue 204

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

Shades of Lilac #C9A0CC

Tints of Lilac #C9A0CC

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

RGB 201 160 204 -
CMYK 0.01 0.22 0 0.2
HSL 295.91º 0.3% 0.71% -
HSV(B) 295.91º 0.22% 0.8% -
XYZ 47.56 41.92 62.71 -
YUV 177.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 201 160 204 0.01 0.22 0 0.2 295.91 0.3 0.71
Hex C9 A0 CC 1 16 0 14 128 1E 47
Octal 311 240 314 1 26 0 24 450 36 107
Binary 11001001 10100000 11001100 1 10110 0 10100 100101000 11110 1000111

Color Harmonies of #C9A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A0CC

Black with #C9A0CC

Text Example


Text Example

White with #C9A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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