Shades of Charm #C07A88
Tints of Charm #C07A88
RGB
CMYK
RGB Variations
Color information
#C07A88 (or 0xC07A88) is known color: Charm. HEX triplet: C0, 7A and 88. RGB value is (192,122,136). Sum of RGB (Red+Green+Blue) = 192+122+136=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07A88 is #3F8577. Grayscale: #909090. Windows color (decimal): -4162936 or 8944320. OLE color: 8944320.
HSL color Cylindrical-coordinate representation of color #C07A88: hue angle of 348º 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 #C07A88 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 136 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.25 |
| HSL | 348º | 0.36% | 0.62% | - |
| HSV(B) | 348º | 0.36% | 0.75% | - |
| XYZ | 33.14 | 26.9 | 26.74 | - |
| YUV | 144.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 136 | 0 | 0.36 | 0.29 | 0.25 | 348 | 0.36 | 0.62 |
| Hex | C0 | 7A | 88 | 0 | 24 | 1D | 19 | 15C | 24 | 3E |
| Octal | 300 | 172 | 210 | 0 | 44 | 35 | 31 | 534 | 44 | 76 |
| Binary | 11000000 | 1111010 | 10001000 | 0 | 100100 | 11101 | 11001 | 101011100 | 100100 | 111110 |
Color Harmonies of #C07A88
Complementary color
Monochromatic Colors of #C07A88
Black with #C07A88
Text Example
Text Example
White with #C07A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A88; }
p { color: rgb(192,122,136); }
H1.HeaderClassName
{
color: #C07A88;
}
.AnyTagClassName
{
color: #C07A88;
}
</style>
background-color css
<style>
a { background-color: #C07A88; }
a { background-color: rgb(192,122,136); }
div.DivClassName
{
background-color: #C07A88;
}
.BgClassName
{
background-color: #C07A88;
}
</style>
border-color css
<style>
span { border-color: #C07A88; }
span { border-color: rgb(192,122,136); }
td.TdClassName
{
border-color: #C07A88;
}
.TagClassName
{
border-color: #C07A88;
}
</style>