Shades of Charm #D1687A
Tints of Charm #D1687A
RGB
CMYK
RGB Variations
Color information
#D1687A (or 0xD1687A) is known color: Charm. HEX triplet: D1, 68 and 7A. RGB value is (209,104,122). Sum of RGB (Red+Green+Blue) = 209+104+122=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1687A is #2E9785. Grayscale: #898989. Windows color (decimal): -3053446 or 8022225. OLE color: 8022225.
HSL color Cylindrical-coordinate representation of color #D1687A: hue angle of 349.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1687A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 122 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.18 |
| HSL | 349.71º | 0.53% | 0.61% | - |
| HSV(B) | 349.71º | 0.5% | 0.82% | - |
| XYZ | 34.76 | 24.86 | 21.38 | - |
| YUV | 137.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 122 | 0 | 0.50 | 0.42 | 0.18 | 349.71 | 0.53 | 0.61 |
| Hex | D1 | 68 | 7A | 0 | 32 | 2A | 12 | 15E | 35 | 3D |
| Octal | 321 | 150 | 172 | 0 | 62 | 52 | 22 | 536 | 65 | 75 |
| Binary | 11010001 | 1101000 | 1111010 | 0 | 110010 | 101010 | 10010 | 101011110 | 110101 | 111101 |
Color Harmonies of #D1687A
Complementary color
Monochromatic Colors of #D1687A
Black with #D1687A
Text Example
Text Example
White with #D1687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1687A; }
p { color: rgb(209,104,122); }
H1.HeaderClassName
{
color: #D1687A;
}
.AnyTagClassName
{
color: #D1687A;
}
</style>
background-color css
<style>
a { background-color: #D1687A; }
a { background-color: rgb(209,104,122); }
div.DivClassName
{
background-color: #D1687A;
}
.BgClassName
{
background-color: #D1687A;
}
</style>
border-color css
<style>
span { border-color: #D1687A; }
span { border-color: rgb(209,104,122); }
td.TdClassName
{
border-color: #D1687A;
}
.TagClassName
{
border-color: #D1687A;
}
</style>