Shades of Hopbush #C8608F
Tints of Hopbush #C8608F
RGB
CMYK
RGB Variations
Color information
#C8608F (or 0xC8608F) is known color: Hopbush. HEX triplet: C8, 60 and 8F. RGB value is (200,96,143). Sum of RGB (Red+Green+Blue) = 200+96+143=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8608F is #379F70. Grayscale: #848484. Windows color (decimal): -3645297 or 9396424. OLE color: 9396424.
HSL color Cylindrical-coordinate representation of color #C8608F: hue angle of 332.88º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8608F is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 143 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.22 |
| HSL | 332.88º | 0.49% | 0.58% | - |
| HSV(B) | 332.88º | 0.52% | 0.78% | - |
| XYZ | 32.96 | 22.63 | 28.62 | - |
| YUV | 132.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 143 | 0 | 0.52 | 0.28 | 0.22 | 332.88 | 0.49 | 0.58 |
| Hex | C8 | 60 | 8F | 0 | 34 | 1C | 16 | 14D | 31 | 3A |
| Octal | 310 | 140 | 217 | 0 | 64 | 34 | 26 | 515 | 61 | 72 |
| Binary | 11001000 | 1100000 | 10001111 | 0 | 110100 | 11100 | 10110 | 101001101 | 110001 | 111010 |
Color Harmonies of #C8608F
Complementary color
Monochromatic Colors of #C8608F
Black with #C8608F
Text Example
Text Example
White with #C8608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8608F; }
p { color: rgb(200,96,143); }
H1.HeaderClassName
{
color: #C8608F;
}
.AnyTagClassName
{
color: #C8608F;
}
</style>
background-color css
<style>
a { background-color: #C8608F; }
a { background-color: rgb(200,96,143); }
div.DivClassName
{
background-color: #C8608F;
}
.BgClassName
{
background-color: #C8608F;
}
</style>
border-color css
<style>
span { border-color: #C8608F; }
span { border-color: rgb(200,96,143); }
td.TdClassName
{
border-color: #C8608F;
}
.TagClassName
{
border-color: #C8608F;
}
</style>