Shades of Charm #D1697D
Tints of Charm #D1697D
RGB
CMYK
RGB Variations
Color information
#D1697D (or 0xD1697D) is known color: Charm. HEX triplet: D1, 69 and 7D. RGB value is (209,105,125). Sum of RGB (Red+Green+Blue) = 209+105+125=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1697D is #2E9682. Grayscale: #8A8A8A. Windows color (decimal): -3053187 or 8219089. OLE color: 8219089.
HSL color Cylindrical-coordinate representation of color #D1697D: hue angle of 348.46º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1697D is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 125 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.18 |
| HSL | 348.46º | 0.53% | 0.62% | - |
| HSV(B) | 348.46º | 0.5% | 0.82% | - |
| XYZ | 35.05 | 25.14 | 22.41 | - |
| YUV | 138.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 125 | 0 | 0.50 | 0.40 | 0.18 | 348.46 | 0.53 | 0.62 |
| Hex | D1 | 69 | 7D | 0 | 32 | 28 | 12 | 15C | 35 | 3E |
| Octal | 321 | 151 | 175 | 0 | 62 | 50 | 22 | 534 | 65 | 76 |
| Binary | 11010001 | 1101001 | 1111101 | 0 | 110010 | 101000 | 10010 | 101011100 | 110101 | 111110 |
Color Harmonies of #D1697D
Complementary color
Monochromatic Colors of #D1697D
Black with #D1697D
Text Example
Text Example
White with #D1697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1697D; }
p { color: rgb(209,105,125); }
H1.HeaderClassName
{
color: #D1697D;
}
.AnyTagClassName
{
color: #D1697D;
}
</style>
background-color css
<style>
a { background-color: #D1697D; }
a { background-color: rgb(209,105,125); }
div.DivClassName
{
background-color: #D1697D;
}
.BgClassName
{
background-color: #D1697D;
}
</style>
border-color css
<style>
span { border-color: #D1697D; }
span { border-color: rgb(209,105,125); }
td.TdClassName
{
border-color: #D1697D;
}
.TagClassName
{
border-color: #D1697D;
}
</style>