Shades of Hopbush #C06A97
Tints of Hopbush #C06A97
RGB
CMYK
RGB Variations
Color information
#C06A97 (or 0xC06A97) is known color: Hopbush. HEX triplet: C0, 6A and 97. RGB value is (192,106,151). Sum of RGB (Red+Green+Blue) = 192+106+151=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06A97 is #3F9568. Grayscale: #888888. Windows color (decimal): -4167017 or 9923264. OLE color: 9923264.
HSL color Cylindrical-coordinate representation of color #C06A97: hue angle of 328.6º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06A97 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 151 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.25 |
| HSL | 328.6º | 0.41% | 0.58% | - |
| HSV(B) | 328.6º | 0.45% | 0.75% | - |
| XYZ | 32.48 | 23.75 | 32.15 | - |
| YUV | 136.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 151 | 0 | 0.45 | 0.21 | 0.25 | 328.6 | 0.41 | 0.58 |
| Hex | C0 | 6A | 97 | 0 | 2D | 15 | 19 | 149 | 29 | 3A |
| Octal | 300 | 152 | 227 | 0 | 55 | 25 | 31 | 511 | 51 | 72 |
| Binary | 11000000 | 1101010 | 10010111 | 0 | 101101 | 10101 | 11001 | 101001001 | 101001 | 111010 |
Color Harmonies of #C06A97
Complementary color
Monochromatic Colors of #C06A97
Black with #C06A97
Text Example
Text Example
White with #C06A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A97; }
p { color: rgb(192,106,151); }
H1.HeaderClassName
{
color: #C06A97;
}
.AnyTagClassName
{
color: #C06A97;
}
</style>
background-color css
<style>
a { background-color: #C06A97; }
a { background-color: rgb(192,106,151); }
div.DivClassName
{
background-color: #C06A97;
}
.BgClassName
{
background-color: #C06A97;
}
</style>
border-color css
<style>
span { border-color: #C06A97; }
span { border-color: rgb(192,106,151); }
td.TdClassName
{
border-color: #C06A97;
}
.TagClassName
{
border-color: #C06A97;
}
</style>