#D07F86

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

Shades of Charm #D07F86

Tints of Charm #D07F86

Color information

#D07F86 (or 0xD07F86) is unknown color: approx Charm. HEX triplet: D0, 7F and 86. RGB value is (208,127,134). Sum of RGB (Red+Green+Blue) = 208+127+134=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F86 is #2F8079. Grayscale: #989898. Windows color (decimal): -3113082 or 8814544. OLE color: 8814544.

HSL color Cylindrical-coordinate representation of color #D07F86: hue angle of 354.81º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07F86 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB208127134-
CMYK00.390.360.18
HSL354.81º46.29%65.69%-
HSV(B)354.81º38.94%81.57%-
XYZ37.930.3126.41-
YUV152.02117.84167.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.35%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=44.35%
G=27.08%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812713400.390.360.18354.8146.2965.69
HexD07F8602724121632e42
Octal320177206047442254356102
Binary110100001111111100001100100111100100100101011000111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07F86; }

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

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

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

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

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

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

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

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