Shades of Hopbush #C9619A
Tints of Hopbush #C9619A
RGB
CMYK
RGB Variations
Color information
#C9619A (or 0xC9619A) is known color: Hopbush. HEX triplet: C9, 61 and 9A. RGB value is (201,97,154). Sum of RGB (Red+Green+Blue) = 201+97+154=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C9619A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9619A is #369E65. Grayscale: #868686. Windows color (decimal): -3579494 or 10117577. OLE color: 10117577.
HSL color Cylindrical-coordinate representation of color #C9619A: hue angle of 327.12º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9619A is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 154 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.21 |
| HSL | 327.12º | 0.49% | 0.58% | - |
| HSV(B) | 327.12º | 0.52% | 0.79% | - |
| XYZ | 34.19 | 23.3 | 33.27 | - |
| YUV | 134.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 154 | 0 | 0.52 | 0.23 | 0.21 | 327.12 | 0.49 | 0.58 |
| Hex | C9 | 61 | 9A | 0 | 34 | 17 | 15 | 147 | 31 | 3A |
| Octal | 311 | 141 | 232 | 0 | 64 | 27 | 25 | 507 | 61 | 72 |
| Binary | 11001001 | 1100001 | 10011010 | 0 | 110100 | 10111 | 10101 | 101000111 | 110001 | 111010 |
Color Harmonies of #C9619A
Complementary color
Monochromatic Colors of #C9619A
Black with #C9619A
Text Example
Text Example
White with #C9619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9619A; }
p { color: rgb(201,97,154); }
H1.HeaderClassName
{
color: #C9619A;
}
.AnyTagClassName
{
color: #C9619A;
}
</style>
background-color css
<style>
a { background-color: #C9619A; }
a { background-color: rgb(201,97,154); }
div.DivClassName
{
background-color: #C9619A;
}
.BgClassName
{
background-color: #C9619A;
}
</style>
border-color css
<style>
span { border-color: #C9619A; }
span { border-color: rgb(201,97,154); }
td.TdClassName
{
border-color: #C9619A;
}
.TagClassName
{
border-color: #C9619A;
}
</style>