Shades of Charm #C07A81
Tints of Charm #C07A81
RGB
CMYK
RGB Variations
Color information
#C07A81 (or 0xC07A81) is known color: Charm. HEX triplet: C0, 7A and 81. RGB value is (192,122,129). Sum of RGB (Red+Green+Blue) = 192+122+129=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07A81 is #3F857E. Grayscale: #8F8F8F. Windows color (decimal): -4162943 or 8485568. OLE color: 8485568.
HSL color Cylindrical-coordinate representation of color #C07A81: hue angle of 354º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07A81 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 129 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.25 |
| HSL | 354º | 0.36% | 0.62% | - |
| HSV(B) | 354º | 0.36% | 0.75% | - |
| XYZ | 32.66 | 26.71 | 24.2 | - |
| YUV | 143.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 129 | 0 | 0.36 | 0.33 | 0.25 | 354 | 0.36 | 0.62 |
| Hex | C0 | 7A | 81 | 0 | 24 | 21 | 19 | 162 | 24 | 3E |
| Octal | 300 | 172 | 201 | 0 | 44 | 41 | 31 | 542 | 44 | 76 |
| Binary | 11000000 | 1111010 | 10000001 | 0 | 100100 | 100001 | 11001 | 101100010 | 100100 | 111110 |
Color Harmonies of #C07A81
Complementary color
Monochromatic Colors of #C07A81
Black with #C07A81
Text Example
Text Example
White with #C07A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A81; }
p { color: rgb(192,122,129); }
H1.HeaderClassName
{
color: #C07A81;
}
.AnyTagClassName
{
color: #C07A81;
}
</style>
background-color css
<style>
a { background-color: #C07A81; }
a { background-color: rgb(192,122,129); }
div.DivClassName
{
background-color: #C07A81;
}
.BgClassName
{
background-color: #C07A81;
}
</style>
border-color css
<style>
span { border-color: #C07A81; }
span { border-color: rgb(192,122,129); }
td.TdClassName
{
border-color: #C07A81;
}
.TagClassName
{
border-color: #C07A81;
}
</style>