Shades of Hopbush #C8609A
Tints of Hopbush #C8609A
RGB
CMYK
RGB Variations
Color information
#C8609A (or 0xC8609A) is known color: Hopbush. HEX triplet: C8, 60 and 9A. RGB value is (200,96,154). Sum of RGB (Red+Green+Blue) = 200+96+154=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C8609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8609A is #379F65. Grayscale: #858585. Windows color (decimal): -3645286 or 10117320. OLE color: 10117320.
HSL color Cylindrical-coordinate representation of color #C8609A: hue angle of 326.54º 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 #C8609A is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 154 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.22 |
| HSL | 326.54º | 0.49% | 0.58% | - |
| HSV(B) | 326.54º | 0.52% | 0.78% | - |
| XYZ | 33.84 | 22.98 | 33.22 | - |
| YUV | 133.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 154 | 0 | 0.52 | 0.23 | 0.22 | 326.54 | 0.49 | 0.58 |
| Hex | C8 | 60 | 9A | 0 | 34 | 17 | 16 | 147 | 31 | 3A |
| Octal | 310 | 140 | 232 | 0 | 64 | 27 | 26 | 507 | 61 | 72 |
| Binary | 11001000 | 1100000 | 10011010 | 0 | 110100 | 10111 | 10110 | 101000111 | 110001 | 111010 |
Color Harmonies of #C8609A
Complementary color
Monochromatic Colors of #C8609A
Black with #C8609A
Text Example
Text Example
White with #C8609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8609A; }
p { color: rgb(200,96,154); }
H1.HeaderClassName
{
color: #C8609A;
}
.AnyTagClassName
{
color: #C8609A;
}
</style>
background-color css
<style>
a { background-color: #C8609A; }
a { background-color: rgb(200,96,154); }
div.DivClassName
{
background-color: #C8609A;
}
.BgClassName
{
background-color: #C8609A;
}
</style>
border-color css
<style>
span { border-color: #C8609A; }
span { border-color: rgb(200,96,154); }
td.TdClassName
{
border-color: #C8609A;
}
.TagClassName
{
border-color: #C8609A;
}
</style>