#D07D86

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

Shades of Charm #D07D86

Tints of Charm #D07D86

Color information

#D07D86 (or 0xD07D86) is unknown color: approx Charm. HEX triplet: D0, 7D and 86. RGB value is (208,125,134). Sum of RGB (Red+Green+Blue) = 208+125+134=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07D86 is #2F8279. Grayscale: #969696. Windows color (decimal): -3113594 or 8814032. OLE color: 8814032.

HSL color Cylindrical-coordinate representation of color #D07D86: hue angle of 353.49º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07D86 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB208125134-
CMYK00.400.360.18
HSL353.49º46.89%65.29%-
HSV(B)353.49º39.9%81.57%-
XYZ37.6529.826.32-
YUV150.84118.5168.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.54%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 134 (52.73% from 255) = 28.69%
R=44.54%
G=26.77%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812513400.400.360.18353.4946.8965.29
HexD07D8602824121612f41
Octal320175206050442254157101
Binary110100001111101100001100101000100100100101011000011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07D86; }

 p { color: rgb(208,125,134); }

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

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

 a { background-color: rgb(208,125,134); }

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

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

 span { border-color: rgb(208,125,134); }

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