Shades of Charm #D07F8C
Tints of Charm #D07F8C
RGB
CMYK
RGB Variations
Color information
#D07F8C (or 0xD07F8C) is known color: Charm. HEX triplet: D0, 7F and 8C. RGB value is (208,127,140). Sum of RGB (Red+Green+Blue) = 208+127+140=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F8C is #2F8073. Grayscale: #989898. Windows color (decimal): -3113076 or 9207760. OLE color: 9207760.
HSL color Cylindrical-coordinate representation of color #D07F8C: hue angle of 350.37º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07F8C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 140 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.18 |
| HSL | 350.37º | 0.46% | 0.66% | - |
| HSV(B) | 350.37º | 0.39% | 0.82% | - |
| XYZ | 38.34 | 30.48 | 28.67 | - |
| YUV | 152.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 140 | 0 | 0.39 | 0.33 | 0.18 | 350.37 | 0.46 | 0.66 |
| Hex | D0 | 7F | 8C | 0 | 27 | 21 | 12 | 15E | 2E | 42 |
| Octal | 320 | 177 | 214 | 0 | 47 | 41 | 22 | 536 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10001100 | 0 | 100111 | 100001 | 10010 | 101011110 | 101110 | 1000010 |
Color Harmonies of #D07F8C
Complementary color
Monochromatic Colors of #D07F8C
Black with #D07F8C
Text Example
Text Example
White with #D07F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F8C; }
p { color: rgb(208,127,140); }
H1.HeaderClassName
{
color: #D07F8C;
}
.AnyTagClassName
{
color: #D07F8C;
}
</style>
background-color css
<style>
a { background-color: #D07F8C; }
a { background-color: rgb(208,127,140); }
div.DivClassName
{
background-color: #D07F8C;
}
.BgClassName
{
background-color: #D07F8C;
}
</style>
border-color css
<style>
span { border-color: #D07F8C; }
span { border-color: rgb(208,127,140); }
td.TdClassName
{
border-color: #D07F8C;
}
.TagClassName
{
border-color: #D07F8C;
}
</style>