#C999B8

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

Shades of Lily #C999B8

Tints of Lily #C999B8

Color information

#C999B8 (or 0xC999B8) is unknown color: approx Lily. HEX triplet: C9, 99 and B8. RGB value is (201,153,184). Sum of RGB (Red+Green+Blue) = 201+153+184=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C999B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999B8 is #366647. Grayscale: #AAAAAA. Windows color (decimal): -3565128 or 12097993. OLE color: 12097993.

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

Color convert

RGB201153184-
CMYK00.240.080.21
HSL321.25º30.77%69.41%-
HSV(B)321.25º23.88%78.82%-
XYZ44.1338.6650.48-
YUV170.89135.4149.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 153 (60.16% from 255) = 28.44%
BLUE value IS 184 (72.27% from 255) = 34.20%
R=37.36%
G=28.44%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115318400.240.080.21321.2530.7769.41
HexC999B80188151411f45
Octal311231270030102550137105
Binary110010011001100110111000011000100010101101000001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999B8; }

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

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

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

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

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

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

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

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