Shades of Hopbush #C06F97
Tints of Hopbush #C06F97
RGB
CMYK
RGB Variations
Color information
#C06F97 (or 0xC06F97) is known color: Hopbush. HEX triplet: C0, 6F and 97. RGB value is (192,111,151). Sum of RGB (Red+Green+Blue) = 192+111+151=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06F97 is #3F9068. Grayscale: #8B8B8B. Windows color (decimal): -4165737 or 9924544. OLE color: 9924544.
HSL color Cylindrical-coordinate representation of color #C06F97: hue angle of 330.37º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C06F97 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 151 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.25 |
| HSL | 330.37º | 0.39% | 0.59% | - |
| HSV(B) | 330.37º | 0.42% | 0.75% | - |
| XYZ | 33.01 | 24.81 | 32.33 | - |
| YUV | 139.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 151 | 0 | 0.42 | 0.21 | 0.25 | 330.37 | 0.39 | 0.59 |
| Hex | C0 | 6F | 97 | 0 | 2A | 15 | 19 | 14A | 27 | 3B |
| Octal | 300 | 157 | 227 | 0 | 52 | 25 | 31 | 512 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10010111 | 0 | 101010 | 10101 | 11001 | 101001010 | 100111 | 111011 |
Color Harmonies of #C06F97
Complementary color
Monochromatic Colors of #C06F97
Black with #C06F97
Text Example
Text Example
White with #C06F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F97; }
p { color: rgb(192,111,151); }
H1.HeaderClassName
{
color: #C06F97;
}
.AnyTagClassName
{
color: #C06F97;
}
</style>
background-color css
<style>
a { background-color: #C06F97; }
a { background-color: rgb(192,111,151); }
div.DivClassName
{
background-color: #C06F97;
}
.BgClassName
{
background-color: #C06F97;
}
</style>
border-color css
<style>
span { border-color: #C06F97; }
span { border-color: rgb(192,111,151); }
td.TdClassName
{
border-color: #C06F97;
}
.TagClassName
{
border-color: #C06F97;
}
</style>