Shades of Hopbush #C95D86
Tints of Hopbush #C95D86
RGB
CMYK
RGB Variations
Color information
#C95D86 (or 0xC95D86) is known color: Hopbush. HEX triplet: C9, 5D and 86. RGB value is (201,93,134). Sum of RGB (Red+Green+Blue) = 201+93+134=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D86 is #36A279. Grayscale: #818181. Windows color (decimal): -3580538 or 8805833. OLE color: 8805833.
HSL color Cylindrical-coordinate representation of color #C95D86: hue angle of 337.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95D86 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 134 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.21 |
| HSL | 337.22º | 0.5% | 0.58% | - |
| HSV(B) | 337.22º | 0.54% | 0.79% | - |
| XYZ | 32.3 | 21.97 | 25.09 | - |
| YUV | 129.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 134 | 0 | 0.54 | 0.33 | 0.21 | 337.22 | 0.5 | 0.58 |
| Hex | C9 | 5D | 86 | 0 | 36 | 21 | 15 | 151 | 32 | 3A |
| Octal | 311 | 135 | 206 | 0 | 66 | 41 | 25 | 521 | 62 | 72 |
| Binary | 11001001 | 1011101 | 10000110 | 0 | 110110 | 100001 | 10101 | 101010001 | 110010 | 111010 |
Color Harmonies of #C95D86
Complementary color
Monochromatic Colors of #C95D86
Black with #C95D86
Text Example
Text Example
White with #C95D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D86; }
p { color: rgb(201,93,134); }
H1.HeaderClassName
{
color: #C95D86;
}
.AnyTagClassName
{
color: #C95D86;
}
</style>
background-color css
<style>
a { background-color: #C95D86; }
a { background-color: rgb(201,93,134); }
div.DivClassName
{
background-color: #C95D86;
}
.BgClassName
{
background-color: #C95D86;
}
</style>
border-color css
<style>
span { border-color: #C95D86; }
span { border-color: rgb(201,93,134); }
td.TdClassName
{
border-color: #C95D86;
}
.TagClassName
{
border-color: #C95D86;
}
</style>