#C895BB

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

Shades of Lily #C895BB

Tints of Lily #C895BB

Color information

#C895BB (or 0xC895BB) is unknown color: approx Lily. HEX triplet: C8, 95 and BB. RGB value is (200,149,187). Sum of RGB (Red+Green+Blue) = 200+149+187=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C895BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895BB is #376A44. Grayscale: #A8A8A8. Windows color (decimal): -3631685 or 12293576. OLE color: 12293576.

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

Color convert

RGB200149187-
CMYK00.260.060.22
HSL315.29º31.68%68.43%-
HSV(B)315.29º25.5%78.43%-
XYZ43.5437.3651.93-
YUV168.58138.4150.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=37.31%
G=27.80%
B=34.89%

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
Decimal20014918700.260.060.22315.2931.6868.43
HexC895BB01A61613b2044
Octal31022527303262647340104
Binary110010001001010110111011011010110101101001110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C895BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C895BB; }

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

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

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

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

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

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

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

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