Shades of Charm #C07E84
Tints of Charm #C07E84
RGB
CMYK
RGB Variations
Color information
#C07E84 (or 0xC07E84) is known color: Charm. HEX triplet: C0, 7E and 84. RGB value is (192,126,132). Sum of RGB (Red+Green+Blue) = 192+126+132=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07E84 is #3F817B. Grayscale: #929292. Windows color (decimal): -4161916 or 8683200. OLE color: 8683200.
HSL color Cylindrical-coordinate representation of color #C07E84: hue angle of 354.55º 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 #C07E84 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 132 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.25 |
| HSL | 354.55º | 0.34% | 0.62% | - |
| HSV(B) | 354.55º | 0.34% | 0.75% | - |
| XYZ | 33.36 | 27.79 | 25.44 | - |
| YUV | 146.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 132 | 0 | 0.34 | 0.31 | 0.25 | 354.55 | 0.34 | 0.62 |
| Hex | C0 | 7E | 84 | 0 | 22 | 1F | 19 | 163 | 22 | 3E |
| Octal | 300 | 176 | 204 | 0 | 42 | 37 | 31 | 543 | 42 | 76 |
| Binary | 11000000 | 1111110 | 10000100 | 0 | 100010 | 11111 | 11001 | 101100011 | 100010 | 111110 |
Color Harmonies of #C07E84
Complementary color
Monochromatic Colors of #C07E84
Black with #C07E84
Text Example
Text Example
White with #C07E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E84; }
p { color: rgb(192,126,132); }
H1.HeaderClassName
{
color: #C07E84;
}
.AnyTagClassName
{
color: #C07E84;
}
</style>
background-color css
<style>
a { background-color: #C07E84; }
a { background-color: rgb(192,126,132); }
div.DivClassName
{
background-color: #C07E84;
}
.BgClassName
{
background-color: #C07E84;
}
</style>
border-color css
<style>
span { border-color: #C07E84; }
span { border-color: rgb(192,126,132); }
td.TdClassName
{
border-color: #C07E84;
}
.TagClassName
{
border-color: #C07E84;
}
</style>