Shades of Charm #D07286
Tints of Charm #D07286
RGB
CMYK
RGB Variations
Color information
#D07286 (or 0xD07286) is known color: Charm. HEX triplet: D0, 72 and 86. RGB value is (208,114,134). Sum of RGB (Red+Green+Blue) = 208+114+134=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D07286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07286 is #2F8D79. Grayscale: #909090. Windows color (decimal): -3116410 or 8811216. OLE color: 8811216.
HSL color Cylindrical-coordinate representation of color #D07286: hue angle of 347.23º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07286 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 134 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.18 |
| HSL | 347.23º | 0.5% | 0.63% | - |
| HSV(B) | 347.23º | 0.45% | 0.82% | - |
| XYZ | 36.33 | 27.17 | 25.88 | - |
| YUV | 144.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 134 | 0 | 0.45 | 0.36 | 0.18 | 347.23 | 0.5 | 0.63 |
| Hex | D0 | 72 | 86 | 0 | 2D | 24 | 12 | 15B | 32 | 3F |
| Octal | 320 | 162 | 206 | 0 | 55 | 44 | 22 | 533 | 62 | 77 |
| Binary | 11010000 | 1110010 | 10000110 | 0 | 101101 | 100100 | 10010 | 101011011 | 110010 | 111111 |
Color Harmonies of #D07286
Complementary color
Monochromatic Colors of #D07286
Black with #D07286
Text Example
Text Example
White with #D07286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07286; }
p { color: rgb(208,114,134); }
H1.HeaderClassName
{
color: #D07286;
}
.AnyTagClassName
{
color: #D07286;
}
</style>
background-color css
<style>
a { background-color: #D07286; }
a { background-color: rgb(208,114,134); }
div.DivClassName
{
background-color: #D07286;
}
.BgClassName
{
background-color: #D07286;
}
</style>
border-color css
<style>
span { border-color: #D07286; }
span { border-color: rgb(208,114,134); }
td.TdClassName
{
border-color: #D07286;
}
.TagClassName
{
border-color: #D07286;
}
</style>