#C895BD

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

Shades of Lily #C895BD

Tints of Lily #C895BD

Color information

#C895BD (or 0xC895BD) is unknown color: approx Lily. HEX triplet: C8, 95 and BD. RGB value is (200,149,189). Sum of RGB (Red+Green+Blue) = 200+149+189=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C895BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895BD is #376A42. Grayscale: #A8A8A8. Windows color (decimal): -3631683 or 12424648. OLE color: 12424648.

HSL color Cylindrical-coordinate representation of color #C895BD: hue angle of 312.94º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C895BD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200149189-
CMYK00.260.060.22
HSL312.94º31.68%68.43%-
HSV(B)312.94º25.5%78.43%-
XYZ43.7537.4553.07-
YUV168.81139.4150.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=37.17%
G=27.70%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014918900.260.060.22312.9431.6868.43
HexC895BD01A6161392044
Octal31022527503262647140104
Binary110010001001010110111101011010110101101001110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C895BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C895BD; }

 p { color: rgb(200,149,189); }

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

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

 a { background-color: rgb(200,149,189); }

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

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

 span { border-color: rgb(200,149,189); }

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