#D08386

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

Shades of Charm #D08386

Tints of Charm #D08386

Color information

#D08386 (or 0xD08386) is unknown color: approx Charm. HEX triplet: D0, 83 and 86. RGB value is (208,131,134). Sum of RGB (Red+Green+Blue) = 208+131+134=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D08386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08386 is #2F7C79. Grayscale: #9A9A9A. Windows color (decimal): -3112058 or 8815568. OLE color: 8815568.

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

Color convert

RGB208131134-
CMYK00.370.360.18
HSL357.66º45.03%66.47%-
HSV(B)357.66º37.02%81.57%-
XYZ38.4331.3626.58-
YUV154.36116.51166.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=43.97%
G=27.70%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813113400.370.360.18357.6645.0366.47
HexD0838602524121662d42
Octal320203206045442254655102
Binary1101000010000011100001100100101100100100101011001101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08386; }

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

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

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

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

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

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

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

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