Shades of Hopbush #C95E9C
Tints of Hopbush #C95E9C
RGB
CMYK
RGB Variations
Color information
#C95E9C (or 0xC95E9C) is known color: Hopbush. HEX triplet: C9, 5E and 9C. RGB value is (201,94,156). Sum of RGB (Red+Green+Blue) = 201+94+156=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95E9C is #36A163. Grayscale: #848484. Windows color (decimal): -3580260 or 10247881. OLE color: 10247881.
HSL color Cylindrical-coordinate representation of color #C95E9C: hue angle of 325.23º 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 #C95E9C is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 156 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.21 |
| HSL | 325.23º | 0.5% | 0.58% | - |
| HSV(B) | 325.23º | 0.53% | 0.79% | - |
| XYZ | 34.09 | 22.82 | 34.06 | - |
| YUV | 133.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 156 | 0 | 0.53 | 0.22 | 0.21 | 325.23 | 0.5 | 0.58 |
| Hex | C9 | 5E | 9C | 0 | 35 | 16 | 15 | 145 | 32 | 3A |
| Octal | 311 | 136 | 234 | 0 | 65 | 26 | 25 | 505 | 62 | 72 |
| Binary | 11001001 | 1011110 | 10011100 | 0 | 110101 | 10110 | 10101 | 101000101 | 110010 | 111010 |
Color Harmonies of #C95E9C
Complementary color
Monochromatic Colors of #C95E9C
Black with #C95E9C
Text Example
Text Example
White with #C95E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E9C; }
p { color: rgb(201,94,156); }
H1.HeaderClassName
{
color: #C95E9C;
}
.AnyTagClassName
{
color: #C95E9C;
}
</style>
background-color css
<style>
a { background-color: #C95E9C; }
a { background-color: rgb(201,94,156); }
div.DivClassName
{
background-color: #C95E9C;
}
.BgClassName
{
background-color: #C95E9C;
}
</style>
border-color css
<style>
span { border-color: #C95E9C; }
span { border-color: rgb(201,94,156); }
td.TdClassName
{
border-color: #C95E9C;
}
.TagClassName
{
border-color: #C95E9C;
}
</style>