Shades of Charm #C07F82
Tints of Charm #C07F82
RGB
CMYK
RGB Variations
Color information
#C07F82 (or 0xC07F82) is known color: Charm. HEX triplet: C0, 7F and 82. RGB value is (192,127,130). Sum of RGB (Red+Green+Blue) = 192+127+130=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07F82 is #3F807D. Grayscale: #929292. Windows color (decimal): -4161662 or 8552384. OLE color: 8552384.
HSL color Cylindrical-coordinate representation of color #C07F82: hue angle of 357.23º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07F82 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 130 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.25 |
| HSL | 357.23º | 0.34% | 0.63% | - |
| HSV(B) | 357.23º | 0.34% | 0.75% | - |
| XYZ | 33.36 | 28 | 24.76 | - |
| YUV | 146.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 130 | 0 | 0.34 | 0.32 | 0.25 | 357.23 | 0.34 | 0.63 |
| Hex | C0 | 7F | 82 | 0 | 22 | 20 | 19 | 165 | 22 | 3F |
| Octal | 300 | 177 | 202 | 0 | 42 | 40 | 31 | 545 | 42 | 77 |
| Binary | 11000000 | 1111111 | 10000010 | 0 | 100010 | 100000 | 11001 | 101100101 | 100010 | 111111 |
Color Harmonies of #C07F82
Complementary color
Monochromatic Colors of #C07F82
Black with #C07F82
Text Example
Text Example
White with #C07F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F82; }
p { color: rgb(192,127,130); }
H1.HeaderClassName
{
color: #C07F82;
}
.AnyTagClassName
{
color: #C07F82;
}
</style>
background-color css
<style>
a { background-color: #C07F82; }
a { background-color: rgb(192,127,130); }
div.DivClassName
{
background-color: #C07F82;
}
.BgClassName
{
background-color: #C07F82;
}
</style>
border-color css
<style>
span { border-color: #C07F82; }
span { border-color: rgb(192,127,130); }
td.TdClassName
{
border-color: #C07F82;
}
.TagClassName
{
border-color: #C07F82;
}
</style>