#C99DBB

Color #C99DBB Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C99DBB

Tints of Lily #C99DBB

Color information

#C99DBB (or 0xC99DBB) is unknown color: approx Lily. HEX triplet: C9, 9D and BB. RGB value is (201,157,187). Sum of RGB (Red+Green+Blue) = 201+157+187=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DBB is #366244. Grayscale: #ADADAD. Windows color (decimal): -3564101 or 12295625. OLE color: 12295625.

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

Color convert

RGB201157187-
CMYK00.220.070.21
HSL319.09º28.95%70.2%-
HSV(B)319.09º21.89%78.82%-
XYZ45.1140.1252.38-
YUV173.58135.58147.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.88%
GREEN value IS 157 (61.72% from 255) = 28.81%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=36.88%
G=28.81%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115718700.220.070.21319.0928.9570.2
HexC99DBB01671513f1d46
Octal31123527302672547735106
Binary11001001100111011011101101011011110101100111111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DBB; }

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

 H1.HeaderClassName
 {
   color: #C99DBB;
 }
 .AnyTagClassName
 {
   color: #C99DBB;
 }
</style>
background-color css

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

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

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

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

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

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