#C895B5

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

Shades of Lily #C895B5

Tints of Lily #C895B5

Color information

#C895B5 (or 0xC895B5) is unknown color: approx Lily. HEX triplet: C8, 95 and B5. RGB value is (200,149,181). Sum of RGB (Red+Green+Blue) = 200+149+181=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C895B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895B5 is #376A4A. Grayscale: #A7A7A7. Windows color (decimal): -3631691 or 11900360. OLE color: 11900360.

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

Color convert

RGB200149181-
CMYK00.260.090.22
HSL322.35º31.68%68.43%-
HSV(B)322.35º25.5%78.43%-
XYZ42.9137.1148.62-
YUV167.9135.4150.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 181 (71.09% from 255) = 34.15%
R=37.74%
G=28.11%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014918100.260.090.22322.3531.6868.43
HexC895B501A9161422044
Octal310225265032112650240104
Binary1100100010010101101101010110101001101101010000101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C895B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C895B5; }

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

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

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

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

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

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

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

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