#C99CB9

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

Shades of Lily #C99CB9

Tints of Lily #C99CB9

Color information

#C99CB9 (or 0xC99CB9) is unknown color: approx Lily. HEX triplet: C9, 9C and B9. RGB value is (201,156,185). Sum of RGB (Red+Green+Blue) = 201+156+185=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C99CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CB9 is #366346. Grayscale: #ACACAC. Windows color (decimal): -3564359 or 12164297. OLE color: 12164297.

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

Color convert

RGB201156185-
CMYK00.220.080.21
HSL321.33º29.41%70%-
HSV(B)321.33º22.39%78.82%-
XYZ44.7339.751.2-
YUV172.76134.91148.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.08%
GREEN value IS 156 (61.33% from 255) = 28.78%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=37.08%
G=28.78%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115618500.220.080.21321.3329.4170
HexC99CB90168151411d46
Octal311234271026102550135106
Binary110010011001110010111001010110100010101101000001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99CB9; }

 p { color: rgb(201,156,185); }

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

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

 a { background-color: rgb(201,156,185); }

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

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

 span { border-color: rgb(201,156,185); }

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