Shades of Charm #D1677A
Tints of Charm #D1677A
RGB
CMYK
RGB Variations
Color information
#D1677A (or 0xD1677A) is known color: Charm. HEX triplet: D1, 67 and 7A. RGB value is (209,103,122). Sum of RGB (Red+Green+Blue) = 209+103+122=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1677A is #2E9885. Grayscale: #888888. Windows color (decimal): -3053702 or 8021969. OLE color: 8021969.
HSL color Cylindrical-coordinate representation of color #D1677A: hue angle of 349.25º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1677A is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 122 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.18 |
| HSL | 349.25º | 0.54% | 0.61% | - |
| HSV(B) | 349.25º | 0.51% | 0.82% | - |
| XYZ | 34.66 | 24.66 | 21.35 | - |
| YUV | 136.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 122 | 0 | 0.51 | 0.42 | 0.18 | 349.25 | 0.54 | 0.61 |
| Hex | D1 | 67 | 7A | 0 | 33 | 2A | 12 | 15D | 36 | 3D |
| Octal | 321 | 147 | 172 | 0 | 63 | 52 | 22 | 535 | 66 | 75 |
| Binary | 11010001 | 1100111 | 1111010 | 0 | 110011 | 101010 | 10010 | 101011101 | 110110 | 111101 |
Color Harmonies of #D1677A
Complementary color
Monochromatic Colors of #D1677A
Black with #D1677A
Text Example
Text Example
White with #D1677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1677A; }
p { color: rgb(209,103,122); }
H1.HeaderClassName
{
color: #D1677A;
}
.AnyTagClassName
{
color: #D1677A;
}
</style>
background-color css
<style>
a { background-color: #D1677A; }
a { background-color: rgb(209,103,122); }
div.DivClassName
{
background-color: #D1677A;
}
.BgClassName
{
background-color: #D1677A;
}
</style>
border-color css
<style>
span { border-color: #D1677A; }
span { border-color: rgb(209,103,122); }
td.TdClassName
{
border-color: #D1677A;
}
.TagClassName
{
border-color: #D1677A;
}
</style>