Shades of Charm #C07A91
Tints of Charm #C07A91
RGB
CMYK
RGB Variations
Color information
#C07A91 (or 0xC07A91) is known color: Charm. HEX triplet: C0, 7A and 91. RGB value is (192,122,145). Sum of RGB (Red+Green+Blue) = 192+122+145=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07A91 is #3F856E. Grayscale: #919191. Windows color (decimal): -4162927 or 9534144. OLE color: 9534144.
HSL color Cylindrical-coordinate representation of color #C07A91: hue angle of 340.29º 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 #C07A91 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 145 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.25 |
| HSL | 340.29º | 0.36% | 0.62% | - |
| HSV(B) | 340.29º | 0.36% | 0.75% | - |
| XYZ | 33.81 | 27.17 | 30.25 | - |
| YUV | 145.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 145 | 0 | 0.36 | 0.24 | 0.25 | 340.29 | 0.36 | 0.62 |
| Hex | C0 | 7A | 91 | 0 | 24 | 18 | 19 | 154 | 24 | 3E |
| Octal | 300 | 172 | 221 | 0 | 44 | 30 | 31 | 524 | 44 | 76 |
| Binary | 11000000 | 1111010 | 10010001 | 0 | 100100 | 11000 | 11001 | 101010100 | 100100 | 111110 |
Color Harmonies of #C07A91
Complementary color
Monochromatic Colors of #C07A91
Black with #C07A91
Text Example
Text Example
White with #C07A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A91; }
p { color: rgb(192,122,145); }
H1.HeaderClassName
{
color: #C07A91;
}
.AnyTagClassName
{
color: #C07A91;
}
</style>
background-color css
<style>
a { background-color: #C07A91; }
a { background-color: rgb(192,122,145); }
div.DivClassName
{
background-color: #C07A91;
}
.BgClassName
{
background-color: #C07A91;
}
</style>
border-color css
<style>
span { border-color: #C07A91; }
span { border-color: rgb(192,122,145); }
td.TdClassName
{
border-color: #C07A91;
}
.TagClassName
{
border-color: #C07A91;
}
</style>