Shades of Hopbush #C95E93
Tints of Hopbush #C95E93
RGB
CMYK
RGB Variations
Color information
#C95E93 (or 0xC95E93) is known color: Hopbush. HEX triplet: C9, 5E and 93. RGB value is (201,94,147). Sum of RGB (Red+Green+Blue) = 201+94+147=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95E93 is #36A16C. Grayscale: #838383. Windows color (decimal): -3580269 or 9658057. OLE color: 9658057.
HSL color Cylindrical-coordinate representation of color #C95E93: hue angle of 330.28º 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 #C95E93 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 147 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.21 |
| HSL | 330.28º | 0.5% | 0.58% | - |
| HSV(B) | 330.28º | 0.53% | 0.79% | - |
| XYZ | 33.36 | 22.53 | 30.19 | - |
| YUV | 132.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 147 | 0 | 0.53 | 0.27 | 0.21 | 330.28 | 0.5 | 0.58 |
| Hex | C9 | 5E | 93 | 0 | 35 | 1B | 15 | 14A | 32 | 3A |
| Octal | 311 | 136 | 223 | 0 | 65 | 33 | 25 | 512 | 62 | 72 |
| Binary | 11001001 | 1011110 | 10010011 | 0 | 110101 | 11011 | 10101 | 101001010 | 110010 | 111010 |
Color Harmonies of #C95E93
Complementary color
Monochromatic Colors of #C95E93
Black with #C95E93
Text Example
Text Example
White with #C95E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E93; }
p { color: rgb(201,94,147); }
H1.HeaderClassName
{
color: #C95E93;
}
.AnyTagClassName
{
color: #C95E93;
}
</style>
background-color css
<style>
a { background-color: #C95E93; }
a { background-color: rgb(201,94,147); }
div.DivClassName
{
background-color: #C95E93;
}
.BgClassName
{
background-color: #C95E93;
}
</style>
border-color css
<style>
span { border-color: #C95E93; }
span { border-color: rgb(201,94,147); }
td.TdClassName
{
border-color: #C95E93;
}
.TagClassName
{
border-color: #C95E93;
}
</style>