Shades of Charm #D0687A
Tints of Charm #D0687A
RGB
CMYK
RGB Variations
Color information
#D0687A (or 0xD0687A) is known color: Charm. HEX triplet: D0, 68 and 7A. RGB value is (208,104,122). Sum of RGB (Red+Green+Blue) = 208+104+122=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0687A is #2F9785. Grayscale: #898989. Windows color (decimal): -3118982 or 8022224. OLE color: 8022224.
HSL color Cylindrical-coordinate representation of color #D0687A: hue angle of 349.62º 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 #D0687A is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 122 | - |
| CMYK | 0 | 0.5 | 0.41 | 0.18 |
| HSL | 349.62º | 0.53% | 0.61% | - |
| HSV(B) | 349.62º | 0.5% | 0.82% | - |
| XYZ | 34.48 | 24.72 | 21.37 | - |
| YUV | 137.15 | 119.46 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 122 | 0 | 0.5 | 0.41 | 0.18 | 349.62 | 0.53 | 0.61 |
| Hex | D0 | 68 | 7A | 0 | 32 | 29 | 12 | 15E | 35 | 3D |
| Octal | 320 | 150 | 172 | 0 | 62 | 51 | 22 | 536 | 65 | 75 |
| Binary | 11010000 | 1101000 | 1111010 | 0 | 110010 | 101001 | 10010 | 101011110 | 110101 | 111101 |
Color Harmonies of #D0687A
Complementary color
Monochromatic Colors of #D0687A
Black with #D0687A
Text Example
Text Example
White with #D0687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0687A; }
p { color: rgb(208,104,122); }
H1.HeaderClassName
{
color: #D0687A;
}
.AnyTagClassName
{
color: #D0687A;
}
</style>
background-color css
<style>
a { background-color: #D0687A; }
a { background-color: rgb(208,104,122); }
div.DivClassName
{
background-color: #D0687A;
}
.BgClassName
{
background-color: #D0687A;
}
</style>
border-color css
<style>
span { border-color: #D0687A; }
span { border-color: rgb(208,104,122); }
td.TdClassName
{
border-color: #D0687A;
}
.TagClassName
{
border-color: #D0687A;
}
</style>