#C996BE

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

Shades of Lily #C996BE

Tints of Lily #C996BE

Color information

#C996BE (or 0xC996BE) is unknown color: approx Lily. HEX triplet: C9, 96 and BE. RGB value is (201,150,190). Sum of RGB (Red+Green+Blue) = 201+150+190=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C996BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996BE is #366941. Grayscale: #A9A9A9. Windows color (decimal): -3565890 or 12490441. OLE color: 12490441.

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

Color convert

RGB201150190-
CMYK00.250.050.21
HSL312.94º32.08%68.82%-
HSV(B)312.94º25.37%78.82%-
XYZ44.2937.9553.71-
YUV169.81139.4150.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.15%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=37.15%
G=27.73%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115019000.250.050.21312.9432.0868.82
HexC996BE0195151392045
Octal31122627603152547140105
Binary110010011001011010111110011001101101011001110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C996BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C996BE; }

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

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

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

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

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

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

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

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