Shades of Hopbush #C06C97
Tints of Hopbush #C06C97
RGB
CMYK
RGB Variations
Color information
#C06C97 (or 0xC06C97) is known color: Hopbush. HEX triplet: C0, 6C and 97. RGB value is (192,108,151). Sum of RGB (Red+Green+Blue) = 192+108+151=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C97 is #3F9368. Grayscale: #898989. Windows color (decimal): -4166505 or 9923776. OLE color: 9923776.
HSL color Cylindrical-coordinate representation of color #C06C97: hue angle of 329.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06C97 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 151 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.25 |
| HSL | 329.29º | 0.4% | 0.59% | - |
| HSV(B) | 329.29º | 0.44% | 0.75% | - |
| XYZ | 32.69 | 24.17 | 32.22 | - |
| YUV | 138.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 151 | 0 | 0.44 | 0.21 | 0.25 | 329.29 | 0.4 | 0.59 |
| Hex | C0 | 6C | 97 | 0 | 2C | 15 | 19 | 149 | 28 | 3B |
| Octal | 300 | 154 | 227 | 0 | 54 | 25 | 31 | 511 | 50 | 73 |
| Binary | 11000000 | 1101100 | 10010111 | 0 | 101100 | 10101 | 11001 | 101001001 | 101000 | 111011 |
Color Harmonies of #C06C97
Complementary color
Monochromatic Colors of #C06C97
Black with #C06C97
Text Example
Text Example
White with #C06C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C97; }
p { color: rgb(192,108,151); }
H1.HeaderClassName
{
color: #C06C97;
}
.AnyTagClassName
{
color: #C06C97;
}
</style>
background-color css
<style>
a { background-color: #C06C97; }
a { background-color: rgb(192,108,151); }
div.DivClassName
{
background-color: #C06C97;
}
.BgClassName
{
background-color: #C06C97;
}
</style>
border-color css
<style>
span { border-color: #C06C97; }
span { border-color: rgb(192,108,151); }
td.TdClassName
{
border-color: #C06C97;
}
.TagClassName
{
border-color: #C06C97;
}
</style>