#C997BB

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

Shades of Lily #C997BB

Tints of Lily #C997BB

Color information

#C997BB (or 0xC997BB) is unknown color: approx Lily. HEX triplet: C9, 97 and BB. RGB value is (201,151,187). Sum of RGB (Red+Green+Blue) = 201+151+187=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C997BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997BB is #366844. Grayscale: #A9A9A9. Windows color (decimal): -3565637 or 12294089. OLE color: 12294089.

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

Color convert

RGB201151187-
CMYK00.250.070.21
HSL316.8º31.65%69.02%-
HSV(B)316.8º24.88%78.82%-
XYZ44.1238.1452.05-
YUV170.05137.56150.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 151 (59.38% from 255) = 28.01%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=37.29%
G=28.01%
B=34.69%

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
Decimal20115118700.250.070.21316.831.6569.02
HexC997BB01971513d2045
Octal31122727303172547540105
Binary110010011001011110111011011001111101011001111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997BB; }

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

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

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

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

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

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

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

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