Shades of Charm #D37C7F
Tints of Charm #D37C7F
RGB
CMYK
RGB Variations
Color information
#D37C7F (or 0xD37C7F) is known color: Charm. HEX triplet: D3, 7C and 7F. RGB value is (211,124,127). Sum of RGB (Red+Green+Blue) = 211+124+127=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37C7F is #2C8380. Grayscale: #969696. Windows color (decimal): -2917249 or 8355027. OLE color: 8355027.
HSL color Cylindrical-coordinate representation of color #D37C7F: hue angle of 357.93º 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 #D37C7F is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 127 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.17 |
| HSL | 357.93º | 0.5% | 0.66% | - |
| HSV(B) | 357.93º | 0.41% | 0.83% | - |
| XYZ | 37.9 | 29.8 | 23.83 | - |
| YUV | 150.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 127 | 0 | 0.41 | 0.40 | 0.17 | 357.93 | 0.5 | 0.66 |
| Hex | D3 | 7C | 7F | 0 | 29 | 28 | 11 | 166 | 32 | 42 |
| Octal | 323 | 174 | 177 | 0 | 51 | 50 | 21 | 546 | 62 | 102 |
| Binary | 11010011 | 1111100 | 1111111 | 0 | 101001 | 101000 | 10001 | 101100110 | 110010 | 1000010 |
Color Harmonies of #D37C7F
Complementary color
Monochromatic Colors of #D37C7F
Black with #D37C7F
Text Example
Text Example
White with #D37C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37C7F; }
p { color: rgb(211,124,127); }
H1.HeaderClassName
{
color: #D37C7F;
}
.AnyTagClassName
{
color: #D37C7F;
}
</style>
background-color css
<style>
a { background-color: #D37C7F; }
a { background-color: rgb(211,124,127); }
div.DivClassName
{
background-color: #D37C7F;
}
.BgClassName
{
background-color: #D37C7F;
}
</style>
border-color css
<style>
span { border-color: #D37C7F; }
span { border-color: rgb(211,124,127); }
td.TdClassName
{
border-color: #D37C7F;
}
.TagClassName
{
border-color: #D37C7F;
}
</style>