#D07986

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

Shades of Charm #D07986

Tints of Charm #D07986

Color information

#D07986 (or 0xD07986) is unknown color: approx Charm. HEX triplet: D0, 79 and 86. RGB value is (208,121,134). Sum of RGB (Red+Green+Blue) = 208+121+134=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D07986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07986 is #2F8679. Grayscale: #949494. Windows color (decimal): -3114618 or 8813008. OLE color: 8813008.

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

Color convert

RGB208121134-
CMYK00.420.360.18
HSL351.03º48.07%64.51%-
HSV(B)351.03º41.83%81.57%-
XYZ37.1528.8126.16-
YUV148.5119.82170.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.92%
GREEN value IS 121 (47.66% from 255) = 26.13%
BLUE value IS 134 (52.73% from 255) = 28.94%
R=44.92%
G=26.13%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812113400.420.360.18351.0348.0764.51
HexD0798602A241215f3041
Octal320171206052442253760101
Binary110100001111001100001100101010100100100101010111111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07986; }

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

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

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

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

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

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

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

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