Shades of Hopbush #C95E9A
Tints of Hopbush #C95E9A
RGB
CMYK
RGB Variations
Color information
#C95E9A (or 0xC95E9A) is known color: Hopbush. HEX triplet: C9, 5E and 9A. RGB value is (201,94,154). Sum of RGB (Red+Green+Blue) = 201+94+154=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95E9A is #36A165. Grayscale: #848484. Windows color (decimal): -3580262 or 10116809. OLE color: 10116809.
HSL color Cylindrical-coordinate representation of color #C95E9A: hue angle of 326.36º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95E9A is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 154 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.21 |
| HSL | 326.36º | 0.5% | 0.58% | - |
| HSV(B) | 326.36º | 0.53% | 0.79% | - |
| XYZ | 33.92 | 22.76 | 33.18 | - |
| YUV | 132.83 | 139.95 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 154 | 0 | 0.53 | 0.23 | 0.21 | 326.36 | 0.5 | 0.58 |
| Hex | C9 | 5E | 9A | 0 | 35 | 17 | 15 | 146 | 32 | 3A |
| Octal | 311 | 136 | 232 | 0 | 65 | 27 | 25 | 506 | 62 | 72 |
| Binary | 11001001 | 1011110 | 10011010 | 0 | 110101 | 10111 | 10101 | 101000110 | 110010 | 111010 |
Color Harmonies of #C95E9A
Complementary color
Monochromatic Colors of #C95E9A
Black with #C95E9A
Text Example
Text Example
White with #C95E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E9A; }
p { color: rgb(201,94,154); }
H1.HeaderClassName
{
color: #C95E9A;
}
.AnyTagClassName
{
color: #C95E9A;
}
</style>
background-color css
<style>
a { background-color: #C95E9A; }
a { background-color: rgb(201,94,154); }
div.DivClassName
{
background-color: #C95E9A;
}
.BgClassName
{
background-color: #C95E9A;
}
</style>
border-color css
<style>
span { border-color: #C95E9A; }
span { border-color: rgb(201,94,154); }
td.TdClassName
{
border-color: #C95E9A;
}
.TagClassName
{
border-color: #C95E9A;
}
</style>