Shades of Hopbush #C95F99
Tints of Hopbush #C95F99
RGB
CMYK
RGB Variations
Color information
#C95F99 (or 0xC95F99) is known color: Hopbush. HEX triplet: C9, 5F and 99. RGB value is (201,95,153). Sum of RGB (Red+Green+Blue) = 201+95+153=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95F99 is #36A066. Grayscale: #858585. Windows color (decimal): -3580007 or 10051529. OLE color: 10051529.
HSL color Cylindrical-coordinate representation of color #C95F99: hue angle of 327.17º 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 #C95F99 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 153 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.21 |
| HSL | 327.17º | 0.5% | 0.58% | - |
| HSV(B) | 327.17º | 0.53% | 0.79% | - |
| XYZ | 33.93 | 22.9 | 32.77 | - |
| YUV | 133.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 153 | 0 | 0.53 | 0.24 | 0.21 | 327.17 | 0.5 | 0.58 |
| Hex | C9 | 5F | 99 | 0 | 35 | 18 | 15 | 147 | 32 | 3A |
| Octal | 311 | 137 | 231 | 0 | 65 | 30 | 25 | 507 | 62 | 72 |
| Binary | 11001001 | 1011111 | 10011001 | 0 | 110101 | 11000 | 10101 | 101000111 | 110010 | 111010 |
Color Harmonies of #C95F99
Complementary color
Monochromatic Colors of #C95F99
Black with #C95F99
Text Example
Text Example
White with #C95F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F99; }
p { color: rgb(201,95,153); }
H1.HeaderClassName
{
color: #C95F99;
}
.AnyTagClassName
{
color: #C95F99;
}
</style>
background-color css
<style>
a { background-color: #C95F99; }
a { background-color: rgb(201,95,153); }
div.DivClassName
{
background-color: #C95F99;
}
.BgClassName
{
background-color: #C95F99;
}
</style>
border-color css
<style>
span { border-color: #C95F99; }
span { border-color: rgb(201,95,153); }
td.TdClassName
{
border-color: #C95F99;
}
.TagClassName
{
border-color: #C95F99;
}
</style>