Html Css Color HEX #C99DB0 Lily

📋 copy color: '#C99DB0'

red 201 ◦ green 157 ◦ blue 176

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

Shades of Lily #C99DB0

Tints of Lily #C99DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.96%

R = 37.64%
G = 29.4%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C99DB0 (or 0xC99DB0) is known color: Lily. HEX triplet: C9, 9D and B0. RGB value is (201,157,176). Sum of RGB (Red+Green+Blue) = 201+157+176=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99DB0 is #36624F. Grayscale: #ACACAC. Windows color (decimal): -3564112 or 11574729. OLE color: 11574729.

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

Color convert

RGB 201 157 176 -
CMYK 0 0.22 0.12 0.21
HSL 334.09º 0.29% 0.7% -
HSV(B) 334.09º 0.22% 0.79% -
XYZ 43.98 39.67 46.41 -
YUV 172.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 201 157 176 0 0.22 0.12 0.21 334.09 0.29 0.7
Hex C9 9D B0 0 16 C 15 14E 1D 46
Octal 311 235 260 0 26 14 25 516 35 106
Binary 11001001 10011101 10110000 0 10110 1100 10101 101001110 11101 1000110

Color Harmonies of #C99DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DB0

Black with #C99DB0

Text Example


Text Example

White with #C99DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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