Html Css Color HEX #C99DBF Lily

📋 copy color: '#C99DBF'

red 201 ◦ green 157 ◦ blue 191

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

Shades of Lily #C99DBF

Tints of Lily #C99DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.6%

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

R = 36.61%
G = 28.6%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C99DBF (or 0xC99DBF) is known color: Lily. HEX triplet: C9, 9D and BF. RGB value is (201,157,191). Sum of RGB (Red+Green+Blue) = 201+157+191=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DBF is #366240. Grayscale: #ADADAD. Windows color (decimal): -3564097 or 12557769. OLE color: 12557769.

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

Color convert

RGB 201 157 191 -
CMYK 0 0.22 0.05 0.21
HSL 313.64º 0.29% 0.7% -
HSV(B) 313.64º 0.22% 0.79% -
XYZ 45.55 40.29 54.67 -
YUV 174.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 201 157 191 0 0.22 0.05 0.21 313.64 0.29 0.7
Hex C9 9D BF 0 16 5 15 13A 1D 46
Octal 311 235 277 0 26 5 25 472 35 106
Binary 11001001 10011101 10111111 0 10110 101 10101 100111010 11101 1000110

Color Harmonies of #C99DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DBF

Black with #C99DBF

Text Example


Text Example

White with #C99DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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