Html Css Color HEX #C99DBA Lily

📋 copy color: '#C99DBA'

red 201 ◦ green 157 ◦ blue 186

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

Shades of Lily #C99DBA

Tints of Lily #C99DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.19%

R = 36.95%
G = 28.86%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C99DBA (or 0xC99DBA) is known color: Lily. HEX triplet: C9, 9D and BA. RGB value is (201,157,186). Sum of RGB (Red+Green+Blue) = 201+157+186=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DBA is #366245. Grayscale: #ADADAD. Windows color (decimal): -3564102 or 12230089. OLE color: 12230089.

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

Color convert

RGB 201 157 186 -
CMYK 0 0.22 0.07 0.21
HSL 320.45º 0.29% 0.7% -
HSV(B) 320.45º 0.22% 0.79% -
XYZ 45.01 40.08 51.82 -
YUV 173.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 201 157 186 0 0.22 0.07 0.21 320.45 0.29 0.7
Hex C9 9D BA 0 16 7 15 140 1D 46
Octal 311 235 272 0 26 7 25 500 35 106
Binary 11001001 10011101 10111010 0 10110 111 10101 101000000 11101 1000110

Color Harmonies of #C99DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DBA

Black with #C99DBA

Text Example


Text Example

White with #C99DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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