Html Css Color HEX #C99ABD Lily

📋 copy color: '#C99ABD'

red 201 ◦ green 154 ◦ blue 189

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

Shades of Lily #C99ABD

Tints of Lily #C99ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.74%

R = 36.95%
G = 28.31%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C99ABD (or 0xC99ABD) is known color: Lily. HEX triplet: C9, 9A and BD. RGB value is (201,154,189). Sum of RGB (Red+Green+Blue) = 201+154+189=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C99ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ABD is #366542. Grayscale: #ABABAB. Windows color (decimal): -3564867 or 12425929. OLE color: 12425929.

HSL color Cylindrical-coordinate representation of color #C99ABD: hue angle of 315.32º 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 #C99ABD is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 154 189 -
CMYK 0 0.23 0.06 0.21
HSL 315.32º 0.3% 0.7% -
HSV(B) 315.32º 0.23% 0.79% -
XYZ 44.83 39.2 53.35 -
YUV 172.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 201 154 189 0 0.23 0.06 0.21 315.32 0.3 0.7
Hex C9 9A BD 0 17 6 15 13B 1E 46
Octal 311 232 275 0 27 6 25 473 36 106
Binary 11001001 10011010 10111101 0 10111 110 10101 100111011 11110 1000110

Color Harmonies of #C99ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99ABD

Black with #C99ABD

Text Example


Text Example

White with #C99ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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