Shades of Charm #D07982
Tints of Charm #D07982
RGB
CMYK
RGB Variations
Color information
#D07982 (or 0xD07982) is known color: Charm. HEX triplet: D0, 79 and 82. RGB value is (208,121,130). Sum of RGB (Red+Green+Blue) = 208+121+130=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D07982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07982 is #2F867D. Grayscale: #949494. Windows color (decimal): -3114622 or 8550864. OLE color: 8550864.
HSL color Cylindrical-coordinate representation of color #D07982: hue angle of 353.79º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07982 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 130 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.18 |
| HSL | 353.79º | 0.48% | 0.65% | - |
| HSV(B) | 353.79º | 0.42% | 0.82% | - |
| XYZ | 36.88 | 28.7 | 24.71 | - |
| YUV | 148.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 130 | 0 | 0.42 | 0.38 | 0.18 | 353.79 | 0.48 | 0.65 |
| Hex | D0 | 79 | 82 | 0 | 2A | 26 | 12 | 162 | 30 | 41 |
| Octal | 320 | 171 | 202 | 0 | 52 | 46 | 22 | 542 | 60 | 101 |
| Binary | 11010000 | 1111001 | 10000010 | 0 | 101010 | 100110 | 10010 | 101100010 | 110000 | 1000001 |
Color Harmonies of #D07982
Complementary color
Monochromatic Colors of #D07982
Black with #D07982
Text Example
Text Example
White with #D07982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07982; }
p { color: rgb(208,121,130); }
H1.HeaderClassName
{
color: #D07982;
}
.AnyTagClassName
{
color: #D07982;
}
</style>
background-color css
<style>
a { background-color: #D07982; }
a { background-color: rgb(208,121,130); }
div.DivClassName
{
background-color: #D07982;
}
.BgClassName
{
background-color: #D07982;
}
</style>
border-color css
<style>
span { border-color: #D07982; }
span { border-color: rgb(208,121,130); }
td.TdClassName
{
border-color: #D07982;
}
.TagClassName
{
border-color: #D07982;
}
</style>