Shades of Charm #D3797D
Tints of Charm #D3797D
RGB
CMYK
RGB Variations
Color information
#D3797D (or 0xD3797D) is known color: Charm. HEX triplet: D3, 79 and 7D. RGB value is (211,121,125). Sum of RGB (Red+Green+Blue) = 211+121+125=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D3797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3797D is #2C8682. Grayscale: #949494. Windows color (decimal): -2918019 or 8223187. OLE color: 8223187.
HSL color Cylindrical-coordinate representation of color #D3797D: hue angle of 357.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D3797D is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 121 | 125 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.17 |
| HSL | 357.33º | 0.51% | 0.65% | - |
| HSV(B) | 357.33º | 0.43% | 0.83% | - |
| XYZ | 37.4 | 29 | 23.03 | - |
| YUV | 148.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 125 | 0 | 0.43 | 0.41 | 0.17 | 357.33 | 0.51 | 0.65 |
| Hex | D3 | 79 | 7D | 0 | 2B | 29 | 11 | 165 | 33 | 41 |
| Octal | 323 | 171 | 175 | 0 | 53 | 51 | 21 | 545 | 63 | 101 |
| Binary | 11010011 | 1111001 | 1111101 | 0 | 101011 | 101001 | 10001 | 101100101 | 110011 | 1000001 |
Color Harmonies of #D3797D
Complementary color
Monochromatic Colors of #D3797D
Black with #D3797D
Text Example
Text Example
White with #D3797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3797D; }
p { color: rgb(211,121,125); }
H1.HeaderClassName
{
color: #D3797D;
}
.AnyTagClassName
{
color: #D3797D;
}
</style>
background-color css
<style>
a { background-color: #D3797D; }
a { background-color: rgb(211,121,125); }
div.DivClassName
{
background-color: #D3797D;
}
.BgClassName
{
background-color: #D3797D;
}
</style>
border-color css
<style>
span { border-color: #D3797D; }
span { border-color: rgb(211,121,125); }
td.TdClassName
{
border-color: #D3797D;
}
.TagClassName
{
border-color: #D3797D;
}
</style>