Shades of Charm #D17692
Tints of Charm #D17692
RGB
CMYK
RGB Variations
Color information
#D17692 (or 0xD17692) is known color: Charm. HEX triplet: D1, 76 and 92. RGB value is (209,118,146). Sum of RGB (Red+Green+Blue) = 209+118+146=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D17692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17692 is #2E896D. Grayscale: #949494. Windows color (decimal): -3049838 or 9598673. OLE color: 9598673.
HSL color Cylindrical-coordinate representation of color #D17692: hue angle of 341.54º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17692 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 146 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.18 |
| HSL | 341.54º | 0.5% | 0.64% | - |
| HSV(B) | 341.54º | 0.44% | 0.82% | - |
| XYZ | 37.96 | 28.59 | 30.71 | - |
| YUV | 148.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 146 | 0 | 0.44 | 0.30 | 0.18 | 341.54 | 0.5 | 0.64 |
| Hex | D1 | 76 | 92 | 0 | 2C | 1E | 12 | 156 | 32 | 40 |
| Octal | 321 | 166 | 222 | 0 | 54 | 36 | 22 | 526 | 62 | 100 |
| Binary | 11010001 | 1110110 | 10010010 | 0 | 101100 | 11110 | 10010 | 101010110 | 110010 | 1000000 |
Color Harmonies of #D17692
Complementary color
Monochromatic Colors of #D17692
Black with #D17692
Text Example
Text Example
White with #D17692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17692; }
p { color: rgb(209,118,146); }
H1.HeaderClassName
{
color: #D17692;
}
.AnyTagClassName
{
color: #D17692;
}
</style>
background-color css
<style>
a { background-color: #D17692; }
a { background-color: rgb(209,118,146); }
div.DivClassName
{
background-color: #D17692;
}
.BgClassName
{
background-color: #D17692;
}
</style>
border-color css
<style>
span { border-color: #D17692; }
span { border-color: rgb(209,118,146); }
td.TdClassName
{
border-color: #D17692;
}
.TagClassName
{
border-color: #D17692;
}
</style>