#D08285

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

Shades of Charm #D08285

Tints of Charm #D08285

Color information

#D08285 (or 0xD08285) is unknown color: approx Charm. HEX triplet: D0, 82 and 85. RGB value is (208,130,133). Sum of RGB (Red+Green+Blue) = 208+130+133=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D08285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08285 is #2F7D7A. Grayscale: #999999. Windows color (decimal): -3112315 or 8749776. OLE color: 8749776.

HSL color Cylindrical-coordinate representation of color #D08285: hue angle of 357.69º degrees, saturation: 0.45, 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 #D08285 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB208130133-
CMYK00.380.360.18
HSL357.69º45.35%66.27%-
HSV(B)357.69º37.5%81.57%-
XYZ38.2331.0726.17-
YUV153.66116.34166.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.16%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 133 (52.34% from 255) = 28.24%
R=44.16%
G=27.60%
B=28.24%

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
Decimal20813013300.380.360.18357.6945.3566.27
HexD0828502624121662d42
Octal320202205046442254655102
Binary1101000010000010100001010100110100100100101011001101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08285; }

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

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

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

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

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

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

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

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