Shades of Hopbush #C9619E
Tints of Hopbush #C9619E
RGB
CMYK
RGB Variations
Color information
#C9619E (or 0xC9619E) is known color: Hopbush. HEX triplet: C9, 61 and 9E. RGB value is (201,97,158). Sum of RGB (Red+Green+Blue) = 201+97+158=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9619E is #369E61. Grayscale: #868686. Windows color (decimal): -3579490 or 10379721. OLE color: 10379721.
HSL color Cylindrical-coordinate representation of color #C9619E: hue angle of 324.81º 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 #C9619E is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 158 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.21 |
| HSL | 324.81º | 0.49% | 0.58% | - |
| HSV(B) | 324.81º | 0.52% | 0.79% | - |
| XYZ | 34.53 | 23.44 | 35.05 | - |
| YUV | 135.05 | 140.96 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 158 | 0 | 0.52 | 0.21 | 0.21 | 324.81 | 0.49 | 0.58 |
| Hex | C9 | 61 | 9E | 0 | 34 | 15 | 15 | 145 | 31 | 3A |
| Octal | 311 | 141 | 236 | 0 | 64 | 25 | 25 | 505 | 61 | 72 |
| Binary | 11001001 | 1100001 | 10011110 | 0 | 110100 | 10101 | 10101 | 101000101 | 110001 | 111010 |
Color Harmonies of #C9619E
Complementary color
Monochromatic Colors of #C9619E
Black with #C9619E
Text Example
Text Example
White with #C9619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9619E; }
p { color: rgb(201,97,158); }
H1.HeaderClassName
{
color: #C9619E;
}
.AnyTagClassName
{
color: #C9619E;
}
</style>
background-color css
<style>
a { background-color: #C9619E; }
a { background-color: rgb(201,97,158); }
div.DivClassName
{
background-color: #C9619E;
}
.BgClassName
{
background-color: #C9619E;
}
</style>
border-color css
<style>
span { border-color: #C9619E; }
span { border-color: rgb(201,97,158); }
td.TdClassName
{
border-color: #C9619E;
}
.TagClassName
{
border-color: #C9619E;
}
</style>