#C995B5

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

Shades of Lily #C995B5

Tints of Lily #C995B5

Color information

#C995B5 (or 0xC995B5) is unknown color: approx Lily. HEX triplet: C9, 95 and B5. RGB value is (201,149,181). Sum of RGB (Red+Green+Blue) = 201+149+181=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C995B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995B5 is #366A4A. Grayscale: #A8A8A8. Windows color (decimal): -3566155 or 11900361. OLE color: 11900361.

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

Color convert

RGB201149181-
CMYK00.260.100.21
HSL323.08º32.5%68.63%-
HSV(B)323.08º25.87%78.82%-
XYZ43.1837.2548.63-
YUV168.2135.23151.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.85%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=37.85%
G=28.06%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114918100.260.100.21323.0832.568.63
HexC995B501AA151432045
Octal311225265032122550340105
Binary1100100110010101101101010110101010101011010000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995B5; }

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

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

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

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

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

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

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

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