#D08489

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

Shades of Charm #D08489

Tints of Charm #D08489

Color information

#D08489 (or 0xD08489) is unknown color: approx Charm. HEX triplet: D0, 84 and 89. RGB value is (208,132,137). Sum of RGB (Red+Green+Blue) = 208+132+137=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D08489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08489 is #2F7B76. Grayscale: #9B9B9B. Windows color (decimal): -3111799 or 9012432. OLE color: 9012432.

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

Color convert

RGB208132137-
CMYK00.370.340.18
HSL356.05º44.71%66.67%-
HSV(B)356.05º36.54%81.57%-
XYZ38.7831.7227.75-
YUV155.29117.68165.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.61%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 137 (53.91% from 255) = 28.72%
R=43.61%
G=27.67%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813213700.370.340.18356.0544.7166.67
HexD0848902522121642d43
Octal320204211045422254455103
Binary1101000010000100100010010100101100010100101011001001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08489; }

 p { color: rgb(208,132,137); }

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

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

 a { background-color: rgb(208,132,137); }

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

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

 span { border-color: rgb(208,132,137); }

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