Shades of Hopbush #C0608D
Tints of Hopbush #C0608D
RGB
CMYK
RGB Variations
Color information
#C0608D (or 0xC0608D) is known color: Hopbush. HEX triplet: C0, 60 and 8D. RGB value is (192,96,141). Sum of RGB (Red+Green+Blue) = 192+96+141=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0608D is #3F9F72. Grayscale: #818181. Windows color (decimal): -4169587 or 9265344. OLE color: 9265344.
HSL color Cylindrical-coordinate representation of color #C0608D: hue angle of 331.88º 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 #C0608D is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 141 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.25 |
| HSL | 331.88º | 0.43% | 0.56% | - |
| HSV(B) | 331.88º | 0.5% | 0.75% | - |
| XYZ | 30.73 | 21.5 | 27.73 | - |
| YUV | 129.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 141 | 0 | 0.50 | 0.27 | 0.25 | 331.88 | 0.43 | 0.56 |
| Hex | C0 | 60 | 8D | 0 | 32 | 1B | 19 | 14C | 2B | 38 |
| Octal | 300 | 140 | 215 | 0 | 62 | 33 | 31 | 514 | 53 | 70 |
| Binary | 11000000 | 1100000 | 10001101 | 0 | 110010 | 11011 | 11001 | 101001100 | 101011 | 111000 |
Color Harmonies of #C0608D
Complementary color
Monochromatic Colors of #C0608D
Black with #C0608D
Text Example
Text Example
White with #C0608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0608D; }
p { color: rgb(192,96,141); }
H1.HeaderClassName
{
color: #C0608D;
}
.AnyTagClassName
{
color: #C0608D;
}
</style>
background-color css
<style>
a { background-color: #C0608D; }
a { background-color: rgb(192,96,141); }
div.DivClassName
{
background-color: #C0608D;
}
.BgClassName
{
background-color: #C0608D;
}
</style>
border-color css
<style>
span { border-color: #C0608D; }
span { border-color: rgb(192,96,141); }
td.TdClassName
{
border-color: #C0608D;
}
.TagClassName
{
border-color: #C0608D;
}
</style>