Shades of Charm #C07E7F
Tints of Charm #C07E7F
RGB
CMYK
RGB Variations
Color information
#C07E7F (or 0xC07E7F) is known color: Charm. HEX triplet: C0, 7E and 7F. RGB value is (192,126,127). Sum of RGB (Red+Green+Blue) = 192+126+127=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E7F is #3F8180. Grayscale: #919191. Windows color (decimal): -4161921 or 8355520. OLE color: 8355520.
HSL color Cylindrical-coordinate representation of color #C07E7F: hue angle of 359.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07E7F is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 127 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.25 |
| HSL | 359.09º | 0.34% | 0.62% | - |
| HSV(B) | 359.09º | 0.34% | 0.75% | - |
| XYZ | 33.03 | 27.66 | 23.68 | - |
| YUV | 145.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 127 | 0 | 0.34 | 0.34 | 0.25 | 359.09 | 0.34 | 0.62 |
| Hex | C0 | 7E | 7F | 0 | 22 | 22 | 19 | 167 | 22 | 3E |
| Octal | 300 | 176 | 177 | 0 | 42 | 42 | 31 | 547 | 42 | 76 |
| Binary | 11000000 | 1111110 | 1111111 | 0 | 100010 | 100010 | 11001 | 101100111 | 100010 | 111110 |
Color Harmonies of #C07E7F
Complementary color
Monochromatic Colors of #C07E7F
Black with #C07E7F
Text Example
Text Example
White with #C07E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E7F; }
p { color: rgb(192,126,127); }
H1.HeaderClassName
{
color: #C07E7F;
}
.AnyTagClassName
{
color: #C07E7F;
}
</style>
background-color css
<style>
a { background-color: #C07E7F; }
a { background-color: rgb(192,126,127); }
div.DivClassName
{
background-color: #C07E7F;
}
.BgClassName
{
background-color: #C07E7F;
}
</style>
border-color css
<style>
span { border-color: #C07E7F; }
span { border-color: rgb(192,126,127); }
td.TdClassName
{
border-color: #C07E7F;
}
.TagClassName
{
border-color: #C07E7F;
}
</style>