Shades of Hopbush #C8609C
Tints of Hopbush #C8609C
RGB
CMYK
RGB Variations
Color information
#C8609C (or 0xC8609C) is known color: Hopbush. HEX triplet: C8, 60 and 9C. RGB value is (200,96,156). Sum of RGB (Red+Green+Blue) = 200+96+156=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8609C is #379F63. Grayscale: #858585. Windows color (decimal): -3645284 or 10248392. OLE color: 10248392.
HSL color Cylindrical-coordinate representation of color #C8609C: hue angle of 325.38º 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 #C8609C is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 156 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.22 |
| HSL | 325.38º | 0.49% | 0.58% | - |
| HSV(B) | 325.38º | 0.52% | 0.78% | - |
| XYZ | 34 | 23.05 | 34.11 | - |
| YUV | 133.94 | 140.46 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 156 | 0 | 0.52 | 0.22 | 0.22 | 325.38 | 0.49 | 0.58 |
| Hex | C8 | 60 | 9C | 0 | 34 | 16 | 16 | 145 | 31 | 3A |
| Octal | 310 | 140 | 234 | 0 | 64 | 26 | 26 | 505 | 61 | 72 |
| Binary | 11001000 | 1100000 | 10011100 | 0 | 110100 | 10110 | 10110 | 101000101 | 110001 | 111010 |
Color Harmonies of #C8609C
Complementary color
Monochromatic Colors of #C8609C
Black with #C8609C
Text Example
Text Example
White with #C8609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8609C; }
p { color: rgb(200,96,156); }
H1.HeaderClassName
{
color: #C8609C;
}
.AnyTagClassName
{
color: #C8609C;
}
</style>
background-color css
<style>
a { background-color: #C8609C; }
a { background-color: rgb(200,96,156); }
div.DivClassName
{
background-color: #C8609C;
}
.BgClassName
{
background-color: #C8609C;
}
</style>
border-color css
<style>
span { border-color: #C8609C; }
span { border-color: rgb(200,96,156); }
td.TdClassName
{
border-color: #C8609C;
}
.TagClassName
{
border-color: #C8609C;
}
</style>