#D28486

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

Shades of Charm #D28486

Tints of Charm #D28486

Color information

#D28486 (or 0xD28486) is unknown color: approx Charm. HEX triplet: D2, 84 and 86. RGB value is (210,132,134). Sum of RGB (Red+Green+Blue) = 210+132+134=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D28486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28486 is #2D7B79. Grayscale: #9B9B9B. Windows color (decimal): -2980730 or 8815826. OLE color: 8815826.

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

Color convert

RGB210132134-
CMYK00.370.360.18
HSL358.46º46.43%67.06%-
HSV(B)358.46º37.14%82.35%-
XYZ39.1331.9326.65-
YUV155.55115.84166.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.12%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 134 (52.73% from 255) = 28.15%
R=44.12%
G=27.73%
B=28.15%

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
Decimal21013213400.370.360.18358.4646.4367.06
HexD2848602524121662e43
Octal322204206045442254656103
Binary1101001010000100100001100100101100100100101011001101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28486; }

 p { color: rgb(210,132,134); }

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

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

 a { background-color: rgb(210,132,134); }

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

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

 span { border-color: rgb(210,132,134); }

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