Shades of Charm #D37C7E
Tints of Charm #D37C7E
RGB
CMYK
RGB Variations
Color information
#D37C7E (or 0xD37C7E) is known color: Charm. HEX triplet: D3, 7C and 7E. RGB value is (211,124,126). Sum of RGB (Red+Green+Blue) = 211+124+126=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37C7E is #2C8381. Grayscale: #969696. Windows color (decimal): -2917250 or 8289491. OLE color: 8289491.
HSL color Cylindrical-coordinate representation of color #D37C7E: hue angle of 358.62º 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 #D37C7E is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 126 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.17 |
| HSL | 358.62º | 0.5% | 0.66% | - |
| HSV(B) | 358.62º | 0.41% | 0.83% | - |
| XYZ | 37.84 | 29.77 | 23.49 | - |
| YUV | 150.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 126 | 0 | 0.41 | 0.40 | 0.17 | 358.62 | 0.5 | 0.66 |
| Hex | D3 | 7C | 7E | 0 | 29 | 28 | 11 | 167 | 32 | 42 |
| Octal | 323 | 174 | 176 | 0 | 51 | 50 | 21 | 547 | 62 | 102 |
| Binary | 11010011 | 1111100 | 1111110 | 0 | 101001 | 101000 | 10001 | 101100111 | 110010 | 1000010 |
Color Harmonies of #D37C7E
Complementary color
Monochromatic Colors of #D37C7E
Black with #D37C7E
Text Example
Text Example
White with #D37C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37C7E; }
p { color: rgb(211,124,126); }
H1.HeaderClassName
{
color: #D37C7E;
}
.AnyTagClassName
{
color: #D37C7E;
}
</style>
background-color css
<style>
a { background-color: #D37C7E; }
a { background-color: rgb(211,124,126); }
div.DivClassName
{
background-color: #D37C7E;
}
.BgClassName
{
background-color: #D37C7E;
}
</style>
border-color css
<style>
span { border-color: #D37C7E; }
span { border-color: rgb(211,124,126); }
td.TdClassName
{
border-color: #D37C7E;
}
.TagClassName
{
border-color: #D37C7E;
}
</style>