#C995BB

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

Shades of Lily #C995BB

Tints of Lily #C995BB

Color information

#C995BB (or 0xC995BB) is unknown color: approx Lily. HEX triplet: C9, 95 and BB. RGB value is (201,149,187). Sum of RGB (Red+Green+Blue) = 201+149+187=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C995BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995BB is #366A44. Grayscale: #A8A8A8. Windows color (decimal): -3566149 or 12293577. OLE color: 12293577.

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

Color convert

RGB201149187-
CMYK00.260.070.21
HSL316.15º32.5%68.63%-
HSV(B)316.15º25.87%78.82%-
XYZ43.837.551.94-
YUV168.88138.23150.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=37.43%
G=27.75%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114918700.260.070.21316.1532.568.63
HexC995BB01A71513c2045
Octal31122527303272547440105
Binary110010011001010110111011011010111101011001111001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995BB; }

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

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

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

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

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

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

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

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