#D28185

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

Shades of Charm #D28185

Tints of Charm #D28185

Color information

#D28185 (or 0xD28185) is unknown color: approx Charm. HEX triplet: D2, 81 and 85. RGB value is (210,129,133). Sum of RGB (Red+Green+Blue) = 210+129+133=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D28185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28185 is #2D7E7A. Grayscale: #999999. Windows color (decimal): -2981499 or 8749522. OLE color: 8749522.

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

Color convert

RGB210129133-
CMYK00.390.370.18
HSL357.04º47.37%66.47%-
HSV(B)357.04º38.57%82.35%-
XYZ38.6631.126.15-
YUV153.68116.34168.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.49%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 133 (52.34% from 255) = 28.18%
R=44.49%
G=27.33%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012913300.390.370.18357.0447.3766.47
HexD2818502725121652f42
Octal322201205047452254557102
Binary1101001010000001100001010100111100101100101011001011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28185; }

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

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

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

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

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

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

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

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