Shades of Charm #D0677A
Tints of Charm #D0677A
RGB
CMYK
RGB Variations
Color information
#D0677A (or 0xD0677A) is known color: Charm. HEX triplet: D0, 67 and 7A. RGB value is (208,103,122). Sum of RGB (Red+Green+Blue) = 208+103+122=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0677A is #2F9885. Grayscale: #888888. Windows color (decimal): -3119238 or 8021968. OLE color: 8021968.
HSL color Cylindrical-coordinate representation of color #D0677A: hue angle of 349.14º 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 #D0677A is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 122 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.18 |
| HSL | 349.14º | 0.53% | 0.61% | - |
| HSV(B) | 349.14º | 0.5% | 0.82% | - |
| XYZ | 34.38 | 24.52 | 21.33 | - |
| YUV | 136.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 122 | 0 | 0.50 | 0.41 | 0.18 | 349.14 | 0.53 | 0.61 |
| Hex | D0 | 67 | 7A | 0 | 32 | 29 | 12 | 15D | 35 | 3D |
| Octal | 320 | 147 | 172 | 0 | 62 | 51 | 22 | 535 | 65 | 75 |
| Binary | 11010000 | 1100111 | 1111010 | 0 | 110010 | 101001 | 10010 | 101011101 | 110101 | 111101 |
Color Harmonies of #D0677A
Complementary color
Monochromatic Colors of #D0677A
Black with #D0677A
Text Example
Text Example
White with #D0677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0677A; }
p { color: rgb(208,103,122); }
H1.HeaderClassName
{
color: #D0677A;
}
.AnyTagClassName
{
color: #D0677A;
}
</style>
background-color css
<style>
a { background-color: #D0677A; }
a { background-color: rgb(208,103,122); }
div.DivClassName
{
background-color: #D0677A;
}
.BgClassName
{
background-color: #D0677A;
}
</style>
border-color css
<style>
span { border-color: #D0677A; }
span { border-color: rgb(208,103,122); }
td.TdClassName
{
border-color: #D0677A;
}
.TagClassName
{
border-color: #D0677A;
}
</style>