#C895BA

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

Shades of Lily #C895BA

Tints of Lily #C895BA

Color information

#C895BA (or 0xC895BA) is unknown color: approx Lily. HEX triplet: C8, 95 and BA. RGB value is (200,149,186). Sum of RGB (Red+Green+Blue) = 200+149+186=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C895BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895BA is #376A45. Grayscale: #A8A8A8. Windows color (decimal): -3631686 or 12228040. OLE color: 12228040.

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

Color convert

RGB200149186-
CMYK00.260.070.22
HSL316.47º31.68%68.43%-
HSV(B)316.47º25.5%78.43%-
XYZ43.4337.3251.37-
YUV168.47137.9150.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=37.38%
G=27.85%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014918600.260.070.22316.4731.6868.43
HexC895BA01A71613c2044
Octal31022527203272647440104
Binary110010001001010110111010011010111101101001111001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C895BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C895BA; }

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

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

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

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

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

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

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

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