Shades of Charm #D57C7F
Tints of Charm #D57C7F
RGB
CMYK
RGB Variations
Color information
#D57C7F (or 0xD57C7F) is known color: Charm. HEX triplet: D5, 7C and 7F. RGB value is (213,124,127). Sum of RGB (Red+Green+Blue) = 213+124+127=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C7F is #2A8380. Grayscale: #979797. Windows color (decimal): -2786177 or 8355029. OLE color: 8355029.
HSL color Cylindrical-coordinate representation of color #D57C7F: hue angle of 357.98º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57C7F is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 127 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.16 |
| HSL | 357.98º | 0.51% | 0.66% | - |
| HSV(B) | 357.98º | 0.42% | 0.84% | - |
| XYZ | 38.48 | 30.09 | 23.86 | - |
| YUV | 150.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 127 | 0 | 0.42 | 0.40 | 0.16 | 357.98 | 0.51 | 0.66 |
| Hex | D5 | 7C | 7F | 0 | 2A | 28 | 10 | 166 | 33 | 42 |
| Octal | 325 | 174 | 177 | 0 | 52 | 50 | 20 | 546 | 63 | 102 |
| Binary | 11010101 | 1111100 | 1111111 | 0 | 101010 | 101000 | 10000 | 101100110 | 110011 | 1000010 |
Color Harmonies of #D57C7F
Complementary color
Monochromatic Colors of #D57C7F
Black with #D57C7F
Text Example
Text Example
White with #D57C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C7F; }
p { color: rgb(213,124,127); }
H1.HeaderClassName
{
color: #D57C7F;
}
.AnyTagClassName
{
color: #D57C7F;
}
</style>
background-color css
<style>
a { background-color: #D57C7F; }
a { background-color: rgb(213,124,127); }
div.DivClassName
{
background-color: #D57C7F;
}
.BgClassName
{
background-color: #D57C7F;
}
</style>
border-color css
<style>
span { border-color: #D57C7F; }
span { border-color: rgb(213,124,127); }
td.TdClassName
{
border-color: #D57C7F;
}
.TagClassName
{
border-color: #D57C7F;
}
</style>