Shades of Charm #D37C80
Tints of Charm #D37C80
RGB
CMYK
RGB Variations
Color information
#D37C80 (or 0xD37C80) is known color: Charm. HEX triplet: D3, 7C and 80. RGB value is (211,124,128). Sum of RGB (Red+Green+Blue) = 211+124+128=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37C80 is #2C837F. Grayscale: #969696. Windows color (decimal): -2917248 or 8420563. OLE color: 8420563.
HSL color Cylindrical-coordinate representation of color #D37C80: hue angle of 357.24º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37C80 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 128 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.17 |
| HSL | 357.24º | 0.5% | 0.66% | - |
| HSV(B) | 357.24º | 0.41% | 0.83% | - |
| XYZ | 37.97 | 29.82 | 24.18 | - |
| YUV | 150.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 128 | 0 | 0.41 | 0.39 | 0.17 | 357.24 | 0.5 | 0.66 |
| Hex | D3 | 7C | 80 | 0 | 29 | 27 | 11 | 165 | 32 | 42 |
| Octal | 323 | 174 | 200 | 0 | 51 | 47 | 21 | 545 | 62 | 102 |
| Binary | 11010011 | 1111100 | 10000000 | 0 | 101001 | 100111 | 10001 | 101100101 | 110010 | 1000010 |
Color Harmonies of #D37C80
Complementary color
Monochromatic Colors of #D37C80
Black with #D37C80
Text Example
Text Example
White with #D37C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37C80; }
p { color: rgb(211,124,128); }
H1.HeaderClassName
{
color: #D37C80;
}
.AnyTagClassName
{
color: #D37C80;
}
</style>
background-color css
<style>
a { background-color: #D37C80; }
a { background-color: rgb(211,124,128); }
div.DivClassName
{
background-color: #D37C80;
}
.BgClassName
{
background-color: #D37C80;
}
</style>
border-color css
<style>
span { border-color: #D37C80; }
span { border-color: rgb(211,124,128); }
td.TdClassName
{
border-color: #D37C80;
}
.TagClassName
{
border-color: #D37C80;
}
</style>