Shades of Hopbush #C95E84
Tints of Hopbush #C95E84
RGB
CMYK
RGB Variations
Color information
#C95E84 (or 0xC95E84) is known color: Hopbush. HEX triplet: C9, 5E and 84. RGB value is (201,94,132). Sum of RGB (Red+Green+Blue) = 201+94+132=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95E84 is #36A17B. Grayscale: #828282. Windows color (decimal): -3580284 or 8675017. OLE color: 8675017.
HSL color Cylindrical-coordinate representation of color #C95E84: hue angle of 338.69º 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 #C95E84 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 132 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.21 |
| HSL | 338.69º | 0.5% | 0.58% | - |
| HSV(B) | 338.69º | 0.53% | 0.79% | - |
| XYZ | 32.25 | 22.09 | 24.39 | - |
| YUV | 130.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 132 | 0 | 0.53 | 0.34 | 0.21 | 338.69 | 0.5 | 0.58 |
| Hex | C9 | 5E | 84 | 0 | 35 | 22 | 15 | 153 | 32 | 3A |
| Octal | 311 | 136 | 204 | 0 | 65 | 42 | 25 | 523 | 62 | 72 |
| Binary | 11001001 | 1011110 | 10000100 | 0 | 110101 | 100010 | 10101 | 101010011 | 110010 | 111010 |
Color Harmonies of #C95E84
Complementary color
Monochromatic Colors of #C95E84
Black with #C95E84
Text Example
Text Example
White with #C95E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E84; }
p { color: rgb(201,94,132); }
H1.HeaderClassName
{
color: #C95E84;
}
.AnyTagClassName
{
color: #C95E84;
}
</style>
background-color css
<style>
a { background-color: #C95E84; }
a { background-color: rgb(201,94,132); }
div.DivClassName
{
background-color: #C95E84;
}
.BgClassName
{
background-color: #C95E84;
}
</style>
border-color css
<style>
span { border-color: #C95E84; }
span { border-color: rgb(201,94,132); }
td.TdClassName
{
border-color: #C95E84;
}
.TagClassName
{
border-color: #C95E84;
}
</style>