Shades of Hopbush #C07191
Tints of Hopbush #C07191
RGB
CMYK
RGB Variations
Color information
#C07191 (or 0xC07191) is known color: Hopbush. HEX triplet: C0, 71 and 91. RGB value is (192,113,145). Sum of RGB (Red+Green+Blue) = 192+113+145=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C07191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07191 is #3F8E6E. Grayscale: #8C8C8C. Windows color (decimal): -4165231 or 9531840. OLE color: 9531840.
HSL color Cylindrical-coordinate representation of color #C07191: hue angle of 335.7º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07191 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 145 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.25 |
| HSL | 335.7º | 0.39% | 0.6% | - |
| HSV(B) | 335.7º | 0.41% | 0.75% | - |
| XYZ | 32.75 | 25.06 | 29.9 | - |
| YUV | 140.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 145 | 0 | 0.41 | 0.24 | 0.25 | 335.7 | 0.39 | 0.6 |
| Hex | C0 | 71 | 91 | 0 | 29 | 18 | 19 | 150 | 27 | 3C |
| Octal | 300 | 161 | 221 | 0 | 51 | 30 | 31 | 520 | 47 | 74 |
| Binary | 11000000 | 1110001 | 10010001 | 0 | 101001 | 11000 | 11001 | 101010000 | 100111 | 111100 |
Color Harmonies of #C07191
Complementary color
Monochromatic Colors of #C07191
Black with #C07191
Text Example
Text Example
White with #C07191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07191; }
p { color: rgb(192,113,145); }
H1.HeaderClassName
{
color: #C07191;
}
.AnyTagClassName
{
color: #C07191;
}
</style>
background-color css
<style>
a { background-color: #C07191; }
a { background-color: rgb(192,113,145); }
div.DivClassName
{
background-color: #C07191;
}
.BgClassName
{
background-color: #C07191;
}
</style>
border-color css
<style>
span { border-color: #C07191; }
span { border-color: rgb(192,113,145); }
td.TdClassName
{
border-color: #C07191;
}
.TagClassName
{
border-color: #C07191;
}
</style>