#D08185

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

Shades of Charm #D08185

Tints of Charm #D08185

Color information

#D08185 (or 0xD08185) is unknown color: approx Charm. HEX triplet: D0, 81 and 85. RGB value is (208,129,133). Sum of RGB (Red+Green+Blue) = 208+129+133=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D08185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08185 is #2F7E7A. Grayscale: #999999. Windows color (decimal): -3112571 or 8749520. OLE color: 8749520.

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

Color convert

RGB208129133-
CMYK00.380.360.18
HSL356.96º45.66%66.08%-
HSV(B)356.96º37.98%81.57%-
XYZ38.130.826.13-
YUV153.08116.67167.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=44.26%
G=27.45%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812913300.380.360.18356.9645.6666.08
HexD0818502624121652e42
Octal320201205046442254556102
Binary1101000010000001100001010100110100100100101011001011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08185; }

 p { color: rgb(208,129,133); }

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

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

 a { background-color: rgb(208,129,133); }

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

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

 span { border-color: rgb(208,129,133); }

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