Shades of Hopbush #C06A99
Tints of Hopbush #C06A99
RGB
CMYK
RGB Variations
Color information
#C06A99 (or 0xC06A99) is known color: Hopbush. HEX triplet: C0, 6A and 99. RGB value is (192,106,153). Sum of RGB (Red+Green+Blue) = 192+106+153=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06A99 is #3F9566. Grayscale: #888888. Windows color (decimal): -4167015 or 10054336. OLE color: 10054336.
HSL color Cylindrical-coordinate representation of color #C06A99: hue angle of 327.21º 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 #C06A99 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 153 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.25 |
| HSL | 327.21º | 0.41% | 0.58% | - |
| HSV(B) | 327.21º | 0.45% | 0.75% | - |
| XYZ | 32.64 | 23.81 | 33.01 | - |
| YUV | 137.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 153 | 0 | 0.45 | 0.20 | 0.25 | 327.21 | 0.41 | 0.58 |
| Hex | C0 | 6A | 99 | 0 | 2D | 14 | 19 | 147 | 29 | 3A |
| Octal | 300 | 152 | 231 | 0 | 55 | 24 | 31 | 507 | 51 | 72 |
| Binary | 11000000 | 1101010 | 10011001 | 0 | 101101 | 10100 | 11001 | 101000111 | 101001 | 111010 |
Color Harmonies of #C06A99
Complementary color
Monochromatic Colors of #C06A99
Black with #C06A99
Text Example
Text Example
White with #C06A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A99; }
p { color: rgb(192,106,153); }
H1.HeaderClassName
{
color: #C06A99;
}
.AnyTagClassName
{
color: #C06A99;
}
</style>
background-color css
<style>
a { background-color: #C06A99; }
a { background-color: rgb(192,106,153); }
div.DivClassName
{
background-color: #C06A99;
}
.BgClassName
{
background-color: #C06A99;
}
</style>
border-color css
<style>
span { border-color: #C06A99; }
span { border-color: rgb(192,106,153); }
td.TdClassName
{
border-color: #C06A99;
}
.TagClassName
{
border-color: #C06A99;
}
</style>