Shades of Charm #C07C7F
Tints of Charm #C07C7F
RGB
CMYK
RGB Variations
Color information
#C07C7F (or 0xC07C7F) is known color: Charm. HEX triplet: C0, 7C and 7F. RGB value is (192,124,127). Sum of RGB (Red+Green+Blue) = 192+124+127=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C7F is #3F8380. Grayscale: #909090. Windows color (decimal): -4162433 or 8355008. OLE color: 8355008.
HSL color Cylindrical-coordinate representation of color #C07C7F: hue angle of 357.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07C7F is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 127 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.25 |
| HSL | 357.35º | 0.35% | 0.62% | - |
| HSV(B) | 357.35º | 0.35% | 0.75% | - |
| XYZ | 32.78 | 27.15 | 23.59 | - |
| YUV | 144.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 127 | 0 | 0.35 | 0.34 | 0.25 | 357.35 | 0.35 | 0.62 |
| Hex | C0 | 7C | 7F | 0 | 23 | 22 | 19 | 165 | 23 | 3E |
| Octal | 300 | 174 | 177 | 0 | 43 | 42 | 31 | 545 | 43 | 76 |
| Binary | 11000000 | 1111100 | 1111111 | 0 | 100011 | 100010 | 11001 | 101100101 | 100011 | 111110 |
Color Harmonies of #C07C7F
Complementary color
Monochromatic Colors of #C07C7F
Black with #C07C7F
Text Example
Text Example
White with #C07C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C7F; }
p { color: rgb(192,124,127); }
H1.HeaderClassName
{
color: #C07C7F;
}
.AnyTagClassName
{
color: #C07C7F;
}
</style>
background-color css
<style>
a { background-color: #C07C7F; }
a { background-color: rgb(192,124,127); }
div.DivClassName
{
background-color: #C07C7F;
}
.BgClassName
{
background-color: #C07C7F;
}
</style>
border-color css
<style>
span { border-color: #C07C7F; }
span { border-color: rgb(192,124,127); }
td.TdClassName
{
border-color: #C07C7F;
}
.TagClassName
{
border-color: #C07C7F;
}
</style>