Html Css Color HEX #C9A8CA Lilac

📋 copy color: '#C9A8CA'

red 201 ◦ green 168 ◦ blue 202

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

Shades of Lilac #C9A8CA

Tints of Lilac #C9A8CA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.42%

 BLUE value IS 202 (79.3% from 255) = 35.38%

R = 35.2%
G = 29.42%
B = 35.38%

CMYK

 C value IS 0.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C9A8CA (or 0xC9A8CA) is known color: Lilac. HEX triplet: C9, A8 and CA. RGB value is (201,168,202). Sum of RGB (Red+Green+Blue) = 201+168+202=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9A8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A8CA is #365735. Grayscale: #B5B5B5. Windows color (decimal): -3561270 or 13281481. OLE color: 13281481.

HSL color Cylindrical-coordinate representation of color #C9A8CA: hue angle of 298.24º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9A8CA is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 168 202 -
CMYK 0.00 0.17 0 0.21
HSL 298.24º 0.24% 0.73% -
HSV(B) 298.24º 0.17% 0.79% -
XYZ 48.75 44.69 61.93 -
YUV 181.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 201 168 202 0.00 0.17 0 0.21 298.24 0.24 0.73
Hex C9 A8 CA 0 11 0 15 12A 18 49
Octal 311 250 312 0 21 0 25 452 30 111
Binary 11001001 10101000 11001010 0 10001 0 10101 100101010 11000 1001001

Color Harmonies of #C9A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A8CA

Black with #C9A8CA

Text Example


Text Example

White with #C9A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A8CA; }

 p { color: rgb(201,168,202); }

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

background-color css

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

 a { background-color: rgb(201,168,202); }

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

border-color css

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

 span { border-color: rgb(201,168,202); }

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