#C996BB

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

Shades of Lily #C996BB

Tints of Lily #C996BB

Color information

#C996BB (or 0xC996BB) is unknown color: approx Lily. HEX triplet: C9, 96 and BB. RGB value is (201,150,187). Sum of RGB (Red+Green+Blue) = 201+150+187=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C996BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996BB is #366944. Grayscale: #A9A9A9. Windows color (decimal): -3565893 or 12293833. OLE color: 12293833.

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

Color convert

RGB201150187-
CMYK00.250.070.21
HSL316.47º32.08%68.82%-
HSV(B)316.47º25.37%78.82%-
XYZ43.9637.8252-
YUV169.47137.9150.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=37.36%
G=27.88%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115018700.250.070.21316.4732.0868.82
HexC996BB01971513c2045
Octal31122627303172547440105
Binary110010011001011010111011011001111101011001111001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C996BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C996BB; }

 p { color: rgb(201,150,187); }

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

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

 a { background-color: rgb(201,150,187); }

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

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

 span { border-color: rgb(201,150,187); }

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