Shades of Hopbush #C0608E
Tints of Hopbush #C0608E
RGB
CMYK
RGB Variations
Color information
#C0608E (or 0xC0608E) is known color: Hopbush. HEX triplet: C0, 60 and 8E. RGB value is (192,96,142). Sum of RGB (Red+Green+Blue) = 192+96+142=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0608E is #3F9F71. Grayscale: #818181. Windows color (decimal): -4169586 or 9330880. OLE color: 9330880.
HSL color Cylindrical-coordinate representation of color #C0608E: hue angle of 331.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0608E is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 142 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.25 |
| HSL | 331.25º | 0.43% | 0.56% | - |
| HSV(B) | 331.25º | 0.5% | 0.75% | - |
| XYZ | 30.8 | 21.53 | 28.12 | - |
| YUV | 129.95 | 134.8 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 142 | 0 | 0.50 | 0.26 | 0.25 | 331.25 | 0.43 | 0.56 |
| Hex | C0 | 60 | 8E | 0 | 32 | 1A | 19 | 14B | 2B | 38 |
| Octal | 300 | 140 | 216 | 0 | 62 | 32 | 31 | 513 | 53 | 70 |
| Binary | 11000000 | 1100000 | 10001110 | 0 | 110010 | 11010 | 11001 | 101001011 | 101011 | 111000 |
Color Harmonies of #C0608E
Complementary color
Monochromatic Colors of #C0608E
Black with #C0608E
Text Example
Text Example
White with #C0608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0608E; }
p { color: rgb(192,96,142); }
H1.HeaderClassName
{
color: #C0608E;
}
.AnyTagClassName
{
color: #C0608E;
}
</style>
background-color css
<style>
a { background-color: #C0608E; }
a { background-color: rgb(192,96,142); }
div.DivClassName
{
background-color: #C0608E;
}
.BgClassName
{
background-color: #C0608E;
}
</style>
border-color css
<style>
span { border-color: #C0608E; }
span { border-color: rgb(192,96,142); }
td.TdClassName
{
border-color: #C0608E;
}
.TagClassName
{
border-color: #C0608E;
}
</style>