Shades of Charm #D0687B
Tints of Charm #D0687B
RGB
CMYK
RGB Variations
Color information
#D0687B (or 0xD0687B) is known color: Charm. HEX triplet: D0, 68 and 7B. RGB value is (208,104,123). Sum of RGB (Red+Green+Blue) = 208+104+123=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0687B is #2F9784. Grayscale: #898989. Windows color (decimal): -3118981 or 8087760. OLE color: 8087760.
HSL color Cylindrical-coordinate representation of color #D0687B: hue angle of 349.04º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0687B is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 123 | - |
| CMYK | 0 | 0.5 | 0.41 | 0.18 |
| HSL | 349.04º | 0.53% | 0.61% | - |
| HSV(B) | 349.04º | 0.5% | 0.82% | - |
| XYZ | 34.54 | 24.74 | 21.69 | - |
| YUV | 137.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 123 | 0 | 0.5 | 0.41 | 0.18 | 349.04 | 0.53 | 0.61 |
| Hex | D0 | 68 | 7B | 0 | 32 | 29 | 12 | 15D | 35 | 3D |
| Octal | 320 | 150 | 173 | 0 | 62 | 51 | 22 | 535 | 65 | 75 |
| Binary | 11010000 | 1101000 | 1111011 | 0 | 110010 | 101001 | 10010 | 101011101 | 110101 | 111101 |
Color Harmonies of #D0687B
Complementary color
Monochromatic Colors of #D0687B
Black with #D0687B
Text Example
Text Example
White with #D0687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0687B; }
p { color: rgb(208,104,123); }
H1.HeaderClassName
{
color: #D0687B;
}
.AnyTagClassName
{
color: #D0687B;
}
</style>
background-color css
<style>
a { background-color: #D0687B; }
a { background-color: rgb(208,104,123); }
div.DivClassName
{
background-color: #D0687B;
}
.BgClassName
{
background-color: #D0687B;
}
</style>
border-color css
<style>
span { border-color: #D0687B; }
span { border-color: rgb(208,104,123); }
td.TdClassName
{
border-color: #D0687B;
}
.TagClassName
{
border-color: #D0687B;
}
</style>