#D78388

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

Shades of Charm #D78388

Tints of Charm #D78388

Color information

#D78388 (or 0xD78388) is unknown color: approx Charm. HEX triplet: D7, 83 and 88. RGB value is (215,131,136). Sum of RGB (Red+Green+Blue) = 215+131+136=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D78388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78388 is #287C77. Grayscale: #9C9C9C. Windows color (decimal): -2653304 or 8946647. OLE color: 8946647.

HSL color Cylindrical-coordinate representation of color #D78388: hue angle of 356.43º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D78388 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB215131136-
CMYK00.390.370.16
HSL356.43º51.22%67.84%-
HSV(B)356.43º39.07%84.31%-
XYZ40.5832.4627.42-
YUV156.69116.33169.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 131 (51.56% from 255) = 27.18%
BLUE value IS 136 (53.52% from 255) = 28.22%
R=44.61%
G=27.18%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513113600.390.370.16356.4351.2267.84
HexD7838802725101643344
Octal327203210047452054463104
Binary1101011110000011100010000100111100101100001011001001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78388; }

 p { color: rgb(215,131,136); }

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

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

 a { background-color: rgb(215,131,136); }

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

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

 span { border-color: rgb(215,131,136); }

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