#C999B7

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

Shades of Lily #C999B7

Tints of Lily #C999B7

Color information

#C999B7 (or 0xC999B7) is unknown color: approx Lily. HEX triplet: C9, 99 and B7. RGB value is (201,153,183). Sum of RGB (Red+Green+Blue) = 201+153+183=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C999B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999B7 is #366648. Grayscale: #AAAAAA. Windows color (decimal): -3565129 or 12032457. OLE color: 12032457.

HSL color Cylindrical-coordinate representation of color #C999B7: hue angle of 322.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C999B7 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB201153183-
CMYK00.240.090.21
HSL322.5º30.77%69.41%-
HSV(B)322.5º23.88%78.82%-
XYZ44.0338.6249.93-
YUV170.77134.9149.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 183 (71.88% from 255) = 34.08%
R=37.43%
G=28.49%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115318300.240.090.21322.530.7769.41
HexC999B70189151421f45
Octal311231267030112550237105
Binary110010011001100110110111011000100110101101000010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999B7; }

 p { color: rgb(201,153,183); }

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

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

 a { background-color: rgb(201,153,183); }

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

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

 span { border-color: rgb(201,153,183); }

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