#D78087

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

Shades of Charm #D78087

Tints of Charm #D78087

Color information

#D78087 (or 0xD78087) is unknown color: approx Charm. HEX triplet: D7, 80 and 87. RGB value is (215,128,135). Sum of RGB (Red+Green+Blue) = 215+128+135=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D78087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78087 is #287F78. Grayscale: #9A9A9A. Windows color (decimal): -2654073 or 8880343. OLE color: 8880343.

HSL color Cylindrical-coordinate representation of color #D78087: hue angle of 355.17º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78087 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB215128135-
CMYK00.400.370.16
HSL355.17º52.1%67.25%-
HSV(B)355.17º40.47%84.31%-
XYZ40.1231.6326.91-
YUV154.81116.82170.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.98%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 135 (53.12% from 255) = 28.24%
R=44.98%
G=26.78%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512813500.400.370.16355.1752.167.25
HexD7808702825101633443
Octal327200207050452054364103
Binary1101011110000000100001110101000100101100001011000111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78087; }

 p { color: rgb(215,128,135); }

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

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

 a { background-color: rgb(215,128,135); }

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

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

 span { border-color: rgb(215,128,135); }

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