#C999BE

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

Shades of Lily #C999BE

Tints of Lily #C999BE

Color information

#C999BE (or 0xC999BE) is unknown color: approx Lily. HEX triplet: C9, 99 and BE. RGB value is (201,153,190). Sum of RGB (Red+Green+Blue) = 201+153+190=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C999BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999BE is #366641. Grayscale: #ABABAB. Windows color (decimal): -3565122 or 12491209. OLE color: 12491209.

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

Color convert

RGB201153190-
CMYK00.240.050.21
HSL313.75º30.77%69.41%-
HSV(B)313.75º23.88%78.82%-
XYZ44.7738.9253.87-
YUV171.57138.4148.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=36.95%
G=28.12%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115319000.240.050.21313.7530.7769.41
HexC999BE01851513a1f45
Octal31123127603052547237105
Binary11001001100110011011111001100010110101100111010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999BE; }

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

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

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

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

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

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

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

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