#D78284

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

Shades of Charm #D78284

Tints of Charm #D78284

Color information

#D78284 (or 0xD78284) is unknown color: approx Charm. HEX triplet: D7, 82 and 84. RGB value is (215,130,132). Sum of RGB (Red+Green+Blue) = 215+130+132=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D78284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78284 is #287D7B. Grayscale: #9B9B9B. Windows color (decimal): -2653564 or 8684247. OLE color: 8684247.

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

Color convert

RGB215130132-
CMYK00.400.390.16
HSL358.59º51.52%67.65%-
HSV(B)358.59º39.53%84.31%-
XYZ40.1732.0825.9-
YUV155.64114.66170.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.07%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=45.07%
G=27.25%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513013200.400.390.16358.5951.5267.65
HexD7828402827101673444
Octal327202204050472054764104
Binary1101011110000010100001000101000100111100001011001111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78284; }

 p { color: rgb(215,130,132); }

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

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

 a { background-color: rgb(215,130,132); }

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

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

 span { border-color: rgb(215,130,132); }

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