Html Css Color HEX #C9A6CC Lilac

📋 copy color: '#C9A6CC'

red 201 ◦ green 166 ◦ blue 204

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

Shades of Lilac #C9A6CC

Tints of Lilac #C9A6CC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.07%

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

R = 35.2%
G = 29.07%
B = 35.73%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C9A6CC (or 0xC9A6CC) is known color: Lilac. HEX triplet: C9, A6 and CC. RGB value is (201,166,204). Sum of RGB (Red+Green+Blue) = 201+166+204=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9A6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A6CC is #365933. Grayscale: #B4B4B4. Windows color (decimal): -3561780 or 13412041. OLE color: 13412041.

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

Color convert

RGB 201 166 204 -
CMYK 0.01 0.19 0 0.2
HSL 295.26º 0.27% 0.73% -
HSV(B) 295.26º 0.19% 0.8% -
XYZ 48.62 44.05 63.07 -
YUV 180.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 201 166 204 0.01 0.19 0 0.2 295.26 0.27 0.73
Hex C9 A6 CC 1 13 0 14 127 1B 49
Octal 311 246 314 1 23 0 24 447 33 111
Binary 11001001 10100110 11001100 1 10011 0 10100 100100111 11011 1001001

Color Harmonies of #C9A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A6CC

Black with #C9A6CC

Text Example


Text Example

White with #C9A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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