#C99CB7

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

Shades of Lily #C99CB7

Tints of Lily #C99CB7

Color information

#C99CB7 (or 0xC99CB7) is unknown color: approx Lily. HEX triplet: C9, 9C and B7. RGB value is (201,156,183). Sum of RGB (Red+Green+Blue) = 201+156+183=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C99CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CB7 is #366348. Grayscale: #ACACAC. Windows color (decimal): -3564361 or 12033225. OLE color: 12033225.

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

Color convert

RGB201156183-
CMYK00.220.090.21
HSL324º29.41%70%-
HSV(B)324º22.39%78.82%-
XYZ44.5239.6150.1-
YUV172.53133.91148.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.22%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 183 (71.88% from 255) = 33.89%
R=37.22%
G=28.89%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115618300.220.090.2132429.4170
HexC99CB70169151441d46
Octal311234267026112550435106
Binary110010011001110010110111010110100110101101000100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99CB7; }

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

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

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

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

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

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

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

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