#C997BE

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

Shades of Lily #C997BE

Tints of Lily #C997BE

Color information

#C997BE (or 0xC997BE) is unknown color: approx Lily. HEX triplet: C9, 97 and BE. RGB value is (201,151,190). Sum of RGB (Red+Green+Blue) = 201+151+190=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C997BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997BE is #366841. Grayscale: #AAAAAA. Windows color (decimal): -3565634 or 12490697. OLE color: 12490697.

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

Color convert

RGB201151190-
CMYK00.250.050.21
HSL313.2º31.65%69.02%-
HSV(B)313.2º24.88%78.82%-
XYZ44.4538.2753.76-
YUV170.4139.06149.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.08%
GREEN value IS 151 (59.38% from 255) = 27.86%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=37.08%
G=27.86%
B=35.06%

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
Decimal20115119000.250.050.21313.231.6569.02
HexC997BE0195151392045
Octal31122727603152547140105
Binary110010011001011110111110011001101101011001110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997BE; }

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

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

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

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

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

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

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

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