Shades of Charm #D57B7F
Tints of Charm #D57B7F
RGB
CMYK
RGB Variations
Color information
#D57B7F (or 0xD57B7F) is known color: Charm. HEX triplet: D5, 7B and 7F. RGB value is (213,123,127). Sum of RGB (Red+Green+Blue) = 213+123+127=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57B7F is #2A8480. Grayscale: #969696. Windows color (decimal): -2786433 or 8354773. OLE color: 8354773.
HSL color Cylindrical-coordinate representation of color #D57B7F: hue angle of 357.33º degrees, saturation: 0.52, 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 #D57B7F is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 127 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.16 |
| HSL | 357.33º | 0.52% | 0.66% | - |
| HSV(B) | 357.33º | 0.42% | 0.84% | - |
| XYZ | 38.35 | 29.84 | 23.82 | - |
| YUV | 150.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 127 | 0 | 0.42 | 0.40 | 0.16 | 357.33 | 0.52 | 0.66 |
| Hex | D5 | 7B | 7F | 0 | 2A | 28 | 10 | 165 | 34 | 42 |
| Octal | 325 | 173 | 177 | 0 | 52 | 50 | 20 | 545 | 64 | 102 |
| Binary | 11010101 | 1111011 | 1111111 | 0 | 101010 | 101000 | 10000 | 101100101 | 110100 | 1000010 |
Color Harmonies of #D57B7F
Complementary color
Monochromatic Colors of #D57B7F
Black with #D57B7F
Text Example
Text Example
White with #D57B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57B7F; }
p { color: rgb(213,123,127); }
H1.HeaderClassName
{
color: #D57B7F;
}
.AnyTagClassName
{
color: #D57B7F;
}
</style>
background-color css
<style>
a { background-color: #D57B7F; }
a { background-color: rgb(213,123,127); }
div.DivClassName
{
background-color: #D57B7F;
}
.BgClassName
{
background-color: #D57B7F;
}
</style>
border-color css
<style>
span { border-color: #D57B7F; }
span { border-color: rgb(213,123,127); }
td.TdClassName
{
border-color: #D57B7F;
}
.TagClassName
{
border-color: #D57B7F;
}
</style>