Shades of Charm #D48387
Tints of Charm #D48387
RGB
CMYK
RGB Variations
Color information
#D48387 (or 0xD48387) is known color: Charm. HEX triplet: D4, 83 and 87. RGB value is (212,131,135). Sum of RGB (Red+Green+Blue) = 212+131+135=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D48387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48387 is #2B7C78. Grayscale: #9B9B9B. Windows color (decimal): -2849913 or 8881108. OLE color: 8881108.
HSL color Cylindrical-coordinate representation of color #D48387: hue angle of 357.04º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D48387 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 131 | 135 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.17 |
| HSL | 357.04º | 0.49% | 0.67% | - |
| HSV(B) | 357.04º | 0.38% | 0.83% | - |
| XYZ | 39.64 | 31.98 | 27 | - |
| YUV | 155.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 135 | 0 | 0.38 | 0.36 | 0.17 | 357.04 | 0.49 | 0.67 |
| Hex | D4 | 83 | 87 | 0 | 26 | 24 | 11 | 165 | 31 | 43 |
| Octal | 324 | 203 | 207 | 0 | 46 | 44 | 21 | 545 | 61 | 103 |
| Binary | 11010100 | 10000011 | 10000111 | 0 | 100110 | 100100 | 10001 | 101100101 | 110001 | 1000011 |
Color Harmonies of #D48387
Complementary color
Monochromatic Colors of #D48387
Black with #D48387
Text Example
Text Example
White with #D48387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48387; }
p { color: rgb(212,131,135); }
H1.HeaderClassName
{
color: #D48387;
}
.AnyTagClassName
{
color: #D48387;
}
</style>
background-color css
<style>
a { background-color: #D48387; }
a { background-color: rgb(212,131,135); }
div.DivClassName
{
background-color: #D48387;
}
.BgClassName
{
background-color: #D48387;
}
</style>
border-color css
<style>
span { border-color: #D48387; }
span { border-color: rgb(212,131,135); }
td.TdClassName
{
border-color: #D48387;
}
.TagClassName
{
border-color: #D48387;
}
</style>