Shades of Charm #D06C7F
Tints of Charm #D06C7F
RGB
CMYK
RGB Variations
Color information
#D06C7F (or 0xD06C7F) is known color: Charm. HEX triplet: D0, 6C and 7F. RGB value is (208,108,127). Sum of RGB (Red+Green+Blue) = 208+108+127=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C7F is #2F9380. Grayscale: #8C8C8C. Windows color (decimal): -3117953 or 8350928. OLE color: 8350928.
HSL color Cylindrical-coordinate representation of color #D06C7F: hue angle of 348.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06C7F is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 127 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.18 |
| HSL | 348.6º | 0.52% | 0.62% | - |
| HSV(B) | 348.6º | 0.48% | 0.82% | - |
| XYZ | 35.21 | 25.67 | 23.18 | - |
| YUV | 140.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 127 | 0 | 0.48 | 0.39 | 0.18 | 348.6 | 0.52 | 0.62 |
| Hex | D0 | 6C | 7F | 0 | 30 | 27 | 12 | 15D | 34 | 3E |
| Octal | 320 | 154 | 177 | 0 | 60 | 47 | 22 | 535 | 64 | 76 |
| Binary | 11010000 | 1101100 | 1111111 | 0 | 110000 | 100111 | 10010 | 101011101 | 110100 | 111110 |
Color Harmonies of #D06C7F
Complementary color
Monochromatic Colors of #D06C7F
Black with #D06C7F
Text Example
Text Example
White with #D06C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C7F; }
p { color: rgb(208,108,127); }
H1.HeaderClassName
{
color: #D06C7F;
}
.AnyTagClassName
{
color: #D06C7F;
}
</style>
background-color css
<style>
a { background-color: #D06C7F; }
a { background-color: rgb(208,108,127); }
div.DivClassName
{
background-color: #D06C7F;
}
.BgClassName
{
background-color: #D06C7F;
}
</style>
border-color css
<style>
span { border-color: #D06C7F; }
span { border-color: rgb(208,108,127); }
td.TdClassName
{
border-color: #D06C7F;
}
.TagClassName
{
border-color: #D06C7F;
}
</style>