Shades of Charm #D1677C
Tints of Charm #D1677C
RGB
CMYK
RGB Variations
Color information
#D1677C (or 0xD1677C) is known color: Charm. HEX triplet: D1, 67 and 7C. RGB value is (209,103,124). Sum of RGB (Red+Green+Blue) = 209+103+124=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1677C is #2E9883. Grayscale: #898989. Windows color (decimal): -3053700 or 8153041. OLE color: 8153041.
HSL color Cylindrical-coordinate representation of color #D1677C: hue angle of 348.11º 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 #D1677C is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 124 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.18 |
| HSL | 348.11º | 0.54% | 0.61% | - |
| HSV(B) | 348.11º | 0.51% | 0.82% | - |
| XYZ | 34.78 | 24.71 | 22.01 | - |
| YUV | 137.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 124 | 0 | 0.51 | 0.41 | 0.18 | 348.11 | 0.54 | 0.61 |
| Hex | D1 | 67 | 7C | 0 | 33 | 29 | 12 | 15C | 36 | 3D |
| Octal | 321 | 147 | 174 | 0 | 63 | 51 | 22 | 534 | 66 | 75 |
| Binary | 11010001 | 1100111 | 1111100 | 0 | 110011 | 101001 | 10010 | 101011100 | 110110 | 111101 |
Color Harmonies of #D1677C
Complementary color
Monochromatic Colors of #D1677C
Black with #D1677C
Text Example
Text Example
White with #D1677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1677C; }
p { color: rgb(209,103,124); }
H1.HeaderClassName
{
color: #D1677C;
}
.AnyTagClassName
{
color: #D1677C;
}
</style>
background-color css
<style>
a { background-color: #D1677C; }
a { background-color: rgb(209,103,124); }
div.DivClassName
{
background-color: #D1677C;
}
.BgClassName
{
background-color: #D1677C;
}
</style>
border-color css
<style>
span { border-color: #D1677C; }
span { border-color: rgb(209,103,124); }
td.TdClassName
{
border-color: #D1677C;
}
.TagClassName
{
border-color: #D1677C;
}
</style>