Shades of Hopbush #C6609A
Tints of Hopbush #C6609A
RGB
CMYK
RGB Variations
Color information
#C6609A (or 0xC6609A) is known color: Hopbush. HEX triplet: C6, 60 and 9A. RGB value is (198,96,154). Sum of RGB (Red+Green+Blue) = 198+96+154=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C6609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6609A is #399F65. Grayscale: #848484. Windows color (decimal): -3776358 or 10117318. OLE color: 10117318.
HSL color Cylindrical-coordinate representation of color #C6609A: hue angle of 325.88º degrees, saturation: 0.47, 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 #C6609A is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 154 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.22 |
| HSL | 325.88º | 0.47% | 0.58% | - |
| HSV(B) | 325.88º | 0.52% | 0.78% | - |
| XYZ | 33.3 | 22.7 | 33.2 | - |
| YUV | 133.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 154 | 0 | 0.52 | 0.22 | 0.22 | 325.88 | 0.47 | 0.58 |
| Hex | C6 | 60 | 9A | 0 | 34 | 16 | 16 | 146 | 2F | 3A |
| Octal | 306 | 140 | 232 | 0 | 64 | 26 | 26 | 506 | 57 | 72 |
| Binary | 11000110 | 1100000 | 10011010 | 0 | 110100 | 10110 | 10110 | 101000110 | 101111 | 111010 |
Color Harmonies of #C6609A
Complementary color
Monochromatic Colors of #C6609A
Black with #C6609A
Text Example
Text Example
White with #C6609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6609A; }
p { color: rgb(198,96,154); }
H1.HeaderClassName
{
color: #C6609A;
}
.AnyTagClassName
{
color: #C6609A;
}
</style>
background-color css
<style>
a { background-color: #C6609A; }
a { background-color: rgb(198,96,154); }
div.DivClassName
{
background-color: #C6609A;
}
.BgClassName
{
background-color: #C6609A;
}
</style>
border-color css
<style>
span { border-color: #C6609A; }
span { border-color: rgb(198,96,154); }
td.TdClassName
{
border-color: #C6609A;
}
.TagClassName
{
border-color: #C6609A;
}
</style>