Shades of Charm #D1808C
Tints of Charm #D1808C
RGB
CMYK
RGB Variations
Color information
#D1808C (or 0xD1808C) is known color: Charm. HEX triplet: D1, 80 and 8C. RGB value is (209,128,140). Sum of RGB (Red+Green+Blue) = 209+128+140=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D1808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1808C is #2E7F73. Grayscale: #999999. Windows color (decimal): -3047284 or 9208017. OLE color: 9208017.
HSL color Cylindrical-coordinate representation of color #D1808C: hue angle of 351.11º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1808C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 140 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.18 |
| HSL | 351.11º | 0.47% | 0.66% | - |
| HSV(B) | 351.11º | 0.39% | 0.82% | - |
| XYZ | 38.75 | 30.89 | 28.73 | - |
| YUV | 153.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 140 | 0 | 0.39 | 0.33 | 0.18 | 351.11 | 0.47 | 0.66 |
| Hex | D1 | 80 | 8C | 0 | 27 | 21 | 12 | 15F | 2F | 42 |
| Octal | 321 | 200 | 214 | 0 | 47 | 41 | 22 | 537 | 57 | 102 |
| Binary | 11010001 | 10000000 | 10001100 | 0 | 100111 | 100001 | 10010 | 101011111 | 101111 | 1000010 |
Color Harmonies of #D1808C
Complementary color
Monochromatic Colors of #D1808C
Black with #D1808C
Text Example
Text Example
White with #D1808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1808C; }
p { color: rgb(209,128,140); }
H1.HeaderClassName
{
color: #D1808C;
}
.AnyTagClassName
{
color: #D1808C;
}
</style>
background-color css
<style>
a { background-color: #D1808C; }
a { background-color: rgb(209,128,140); }
div.DivClassName
{
background-color: #D1808C;
}
.BgClassName
{
background-color: #D1808C;
}
</style>
border-color css
<style>
span { border-color: #D1808C; }
span { border-color: rgb(209,128,140); }
td.TdClassName
{
border-color: #D1808C;
}
.TagClassName
{
border-color: #D1808C;
}
</style>