Shades of Charm #C07E85
Tints of Charm #C07E85
RGB
CMYK
RGB Variations
Color information
#C07E85 (or 0xC07E85) is known color: Charm. HEX triplet: C0, 7E and 85. RGB value is (192,126,133). Sum of RGB (Red+Green+Blue) = 192+126+133=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07E85 is #3F817A. Grayscale: #929292. Windows color (decimal): -4161915 or 8748736. OLE color: 8748736.
HSL color Cylindrical-coordinate representation of color #C07E85: hue angle of 353.64º 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 #C07E85 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 133 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.25 |
| HSL | 353.64º | 0.34% | 0.62% | - |
| HSV(B) | 353.64º | 0.34% | 0.75% | - |
| XYZ | 33.43 | 27.82 | 25.8 | - |
| YUV | 146.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 133 | 0 | 0.34 | 0.31 | 0.25 | 353.64 | 0.34 | 0.62 |
| Hex | C0 | 7E | 85 | 0 | 22 | 1F | 19 | 162 | 22 | 3E |
| Octal | 300 | 176 | 205 | 0 | 42 | 37 | 31 | 542 | 42 | 76 |
| Binary | 11000000 | 1111110 | 10000101 | 0 | 100010 | 11111 | 11001 | 101100010 | 100010 | 111110 |
Color Harmonies of #C07E85
Complementary color
Monochromatic Colors of #C07E85
Black with #C07E85
Text Example
Text Example
White with #C07E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E85; }
p { color: rgb(192,126,133); }
H1.HeaderClassName
{
color: #C07E85;
}
.AnyTagClassName
{
color: #C07E85;
}
</style>
background-color css
<style>
a { background-color: #C07E85; }
a { background-color: rgb(192,126,133); }
div.DivClassName
{
background-color: #C07E85;
}
.BgClassName
{
background-color: #C07E85;
}
</style>
border-color css
<style>
span { border-color: #C07E85; }
span { border-color: rgb(192,126,133); }
td.TdClassName
{
border-color: #C07E85;
}
.TagClassName
{
border-color: #C07E85;
}
</style>