Shades of Hopbush #C8608B
Tints of Hopbush #C8608B
RGB
CMYK
RGB Variations
Color information
#C8608B (or 0xC8608B) is known color: Hopbush. HEX triplet: C8, 60 and 8B. RGB value is (200,96,139). Sum of RGB (Red+Green+Blue) = 200+96+139=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C8608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8608B is #379F74. Grayscale: #838383. Windows color (decimal): -3645301 or 9134280. OLE color: 9134280.
HSL color Cylindrical-coordinate representation of color #C8608B: hue angle of 335.19º 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 #C8608B is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 139 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.22 |
| HSL | 335.19º | 0.49% | 0.58% | - |
| HSV(B) | 335.19º | 0.52% | 0.78% | - |
| XYZ | 32.66 | 22.51 | 27.05 | - |
| YUV | 132 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 139 | 0 | 0.52 | 0.30 | 0.22 | 335.19 | 0.49 | 0.58 |
| Hex | C8 | 60 | 8B | 0 | 34 | 1E | 16 | 14F | 31 | 3A |
| Octal | 310 | 140 | 213 | 0 | 64 | 36 | 26 | 517 | 61 | 72 |
| Binary | 11001000 | 1100000 | 10001011 | 0 | 110100 | 11110 | 10110 | 101001111 | 110001 | 111010 |
Color Harmonies of #C8608B
Complementary color
Monochromatic Colors of #C8608B
Black with #C8608B
Text Example
Text Example
White with #C8608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8608B; }
p { color: rgb(200,96,139); }
H1.HeaderClassName
{
color: #C8608B;
}
.AnyTagClassName
{
color: #C8608B;
}
</style>
background-color css
<style>
a { background-color: #C8608B; }
a { background-color: rgb(200,96,139); }
div.DivClassName
{
background-color: #C8608B;
}
.BgClassName
{
background-color: #C8608B;
}
</style>
border-color css
<style>
span { border-color: #C8608B; }
span { border-color: rgb(200,96,139); }
td.TdClassName
{
border-color: #C8608B;
}
.TagClassName
{
border-color: #C8608B;
}
</style>