Shades of Charm #D27680
Tints of Charm #D27680
RGB
CMYK
RGB Variations
Color information
#D27680 (or 0xD27680) is known color: Charm. HEX triplet: D2, 76 and 80. RGB value is (210,118,128). Sum of RGB (Red+Green+Blue) = 210+118+128=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D27680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27680 is #2D897F. Grayscale: #929292. Windows color (decimal): -2984320 or 8419026. OLE color: 8419026.
HSL color Cylindrical-coordinate representation of color #D27680: hue angle of 353.48º degrees, saturation: 0.51, 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 #D27680 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 128 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.18 |
| HSL | 353.48º | 0.51% | 0.64% | - |
| HSV(B) | 353.48º | 0.44% | 0.82% | - |
| XYZ | 36.95 | 28.22 | 23.92 | - |
| YUV | 146.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 128 | 0 | 0.44 | 0.39 | 0.18 | 353.48 | 0.51 | 0.64 |
| Hex | D2 | 76 | 80 | 0 | 2C | 27 | 12 | 161 | 33 | 40 |
| Octal | 322 | 166 | 200 | 0 | 54 | 47 | 22 | 541 | 63 | 100 |
| Binary | 11010010 | 1110110 | 10000000 | 0 | 101100 | 100111 | 10010 | 101100001 | 110011 | 1000000 |
Color Harmonies of #D27680
Complementary color
Monochromatic Colors of #D27680
Black with #D27680
Text Example
Text Example
White with #D27680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27680; }
p { color: rgb(210,118,128); }
H1.HeaderClassName
{
color: #D27680;
}
.AnyTagClassName
{
color: #D27680;
}
</style>
background-color css
<style>
a { background-color: #D27680; }
a { background-color: rgb(210,118,128); }
div.DivClassName
{
background-color: #D27680;
}
.BgClassName
{
background-color: #D27680;
}
</style>
border-color css
<style>
span { border-color: #D27680; }
span { border-color: rgb(210,118,128); }
td.TdClassName
{
border-color: #D27680;
}
.TagClassName
{
border-color: #D27680;
}
</style>