Html Css Color HEX #C99ABF Lilac

📋 copy color: '#C99ABF'

red 201 ◦ green 154 ◦ blue 191

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

Shades of Lilac #C99ABF

Tints of Lilac #C99ABF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.21%

 BLUE value IS 191 (75% from 255) = 34.98%

R = 36.81%
G = 28.21%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C99ABF (or 0xC99ABF) is known color: Lilac. HEX triplet: C9, 9A and BF. RGB value is (201,154,191). Sum of RGB (Red+Green+Blue) = 201+154+191=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C99ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ABF is #366540. Grayscale: #ACACAC. Windows color (decimal): -3564865 or 12557001. OLE color: 12557001.

HSL color Cylindrical-coordinate representation of color #C99ABF: hue angle of 312.77º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99ABF is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 154 191 -
CMYK 0 0.23 0.05 0.21
HSL 312.77º 0.3% 0.7% -
HSV(B) 312.77º 0.23% 0.79% -
XYZ 45.05 39.29 54.5 -
YUV 172.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 201 154 191 0 0.23 0.05 0.21 312.77 0.3 0.7
Hex C9 9A BF 0 17 5 15 139 1E 46
Octal 311 232 277 0 27 5 25 471 36 106
Binary 11001001 10011010 10111111 0 10111 101 10101 100111001 11110 1000110

Color Harmonies of #C99ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99ABF

Black with #C99ABF

Text Example


Text Example

White with #C99ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99ABF; }

 p { color: rgb(201,154,191); }

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

background-color css

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

 a { background-color: rgb(201,154,191); }

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

border-color css

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

 span { border-color: rgb(201,154,191); }

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