Shades of Hopbush #C07091
Tints of Hopbush #C07091
RGB
CMYK
RGB Variations
Color information
#C07091 (or 0xC07091) is known color: Hopbush. HEX triplet: C0, 70 and 91. RGB value is (192,112,145). Sum of RGB (Red+Green+Blue) = 192+112+145=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C07091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07091 is #3F8F6E. Grayscale: #8B8B8B. Windows color (decimal): -4165487 or 9531584. OLE color: 9531584.
HSL color Cylindrical-coordinate representation of color #C07091: hue angle of 335.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C07091 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 145 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.25 |
| HSL | 335.25º | 0.39% | 0.6% | - |
| HSV(B) | 335.25º | 0.42% | 0.75% | - |
| XYZ | 32.64 | 24.84 | 29.86 | - |
| YUV | 139.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 145 | 0 | 0.42 | 0.24 | 0.25 | 335.25 | 0.39 | 0.6 |
| Hex | C0 | 70 | 91 | 0 | 2A | 18 | 19 | 14F | 27 | 3C |
| Octal | 300 | 160 | 221 | 0 | 52 | 30 | 31 | 517 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10010001 | 0 | 101010 | 11000 | 11001 | 101001111 | 100111 | 111100 |
Color Harmonies of #C07091
Complementary color
Monochromatic Colors of #C07091
Black with #C07091
Text Example
Text Example
White with #C07091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07091; }
p { color: rgb(192,112,145); }
H1.HeaderClassName
{
color: #C07091;
}
.AnyTagClassName
{
color: #C07091;
}
</style>
background-color css
<style>
a { background-color: #C07091; }
a { background-color: rgb(192,112,145); }
div.DivClassName
{
background-color: #C07091;
}
.BgClassName
{
background-color: #C07091;
}
</style>
border-color css
<style>
span { border-color: #C07091; }
span { border-color: rgb(192,112,145); }
td.TdClassName
{
border-color: #C07091;
}
.TagClassName
{
border-color: #C07091;
}
</style>