Shades of Hopbush #C9619D
Tints of Hopbush #C9619D
RGB
CMYK
RGB Variations
Color information
#C9619D (or 0xC9619D) is known color: Hopbush. HEX triplet: C9, 61 and 9D. RGB value is (201,97,157). Sum of RGB (Red+Green+Blue) = 201+97+157=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9619D is #369E62. Grayscale: #868686. Windows color (decimal): -3579491 or 10314185. OLE color: 10314185.
HSL color Cylindrical-coordinate representation of color #C9619D: hue angle of 325.38º 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 #C9619D is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 157 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.21 |
| HSL | 325.38º | 0.49% | 0.58% | - |
| HSV(B) | 325.38º | 0.52% | 0.79% | - |
| XYZ | 34.45 | 23.4 | 34.6 | - |
| YUV | 134.94 | 140.46 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 157 | 0 | 0.52 | 0.22 | 0.21 | 325.38 | 0.49 | 0.58 |
| Hex | C9 | 61 | 9D | 0 | 34 | 16 | 15 | 145 | 31 | 3A |
| Octal | 311 | 141 | 235 | 0 | 64 | 26 | 25 | 505 | 61 | 72 |
| Binary | 11001001 | 1100001 | 10011101 | 0 | 110100 | 10110 | 10101 | 101000101 | 110001 | 111010 |
Color Harmonies of #C9619D
Complementary color
Monochromatic Colors of #C9619D
Black with #C9619D
Text Example
Text Example
White with #C9619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9619D; }
p { color: rgb(201,97,157); }
H1.HeaderClassName
{
color: #C9619D;
}
.AnyTagClassName
{
color: #C9619D;
}
</style>
background-color css
<style>
a { background-color: #C9619D; }
a { background-color: rgb(201,97,157); }
div.DivClassName
{
background-color: #C9619D;
}
.BgClassName
{
background-color: #C9619D;
}
</style>
border-color css
<style>
span { border-color: #C9619D; }
span { border-color: rgb(201,97,157); }
td.TdClassName
{
border-color: #C9619D;
}
.TagClassName
{
border-color: #C9619D;
}
</style>