Shades of Hopbush #C06997
Tints of Hopbush #C06997
RGB
CMYK
RGB Variations
Color information
#C06997 (or 0xC06997) is known color: Hopbush. HEX triplet: C0, 69 and 97. RGB value is (192,105,151). Sum of RGB (Red+Green+Blue) = 192+105+151=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C06997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06997 is #3F9668. Grayscale: #888888. Windows color (decimal): -4167273 or 9923008. OLE color: 9923008.
HSL color Cylindrical-coordinate representation of color #C06997: hue angle of 328.28º 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 #C06997 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 151 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.25 |
| HSL | 328.28º | 0.41% | 0.58% | - |
| HSV(B) | 328.28º | 0.45% | 0.75% | - |
| XYZ | 32.38 | 23.54 | 32.12 | - |
| YUV | 136.26 | 136.32 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 151 | 0 | 0.45 | 0.21 | 0.25 | 328.28 | 0.41 | 0.58 |
| Hex | C0 | 69 | 97 | 0 | 2D | 15 | 19 | 148 | 29 | 3A |
| Octal | 300 | 151 | 227 | 0 | 55 | 25 | 31 | 510 | 51 | 72 |
| Binary | 11000000 | 1101001 | 10010111 | 0 | 101101 | 10101 | 11001 | 101001000 | 101001 | 111010 |
Color Harmonies of #C06997
Complementary color
Monochromatic Colors of #C06997
Black with #C06997
Text Example
Text Example
White with #C06997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06997; }
p { color: rgb(192,105,151); }
H1.HeaderClassName
{
color: #C06997;
}
.AnyTagClassName
{
color: #C06997;
}
</style>
background-color css
<style>
a { background-color: #C06997; }
a { background-color: rgb(192,105,151); }
div.DivClassName
{
background-color: #C06997;
}
.BgClassName
{
background-color: #C06997;
}
</style>
border-color css
<style>
span { border-color: #C06997; }
span { border-color: rgb(192,105,151); }
td.TdClassName
{
border-color: #C06997;
}
.TagClassName
{
border-color: #C06997;
}
</style>