Shades of Hopbush #C95D85
Tints of Hopbush #C95D85
RGB
CMYK
RGB Variations
Color information
#C95D85 (or 0xC95D85) is known color: Hopbush. HEX triplet: C9, 5D and 85. RGB value is (201,93,133). Sum of RGB (Red+Green+Blue) = 201+93+133=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D85 is #36A27A. Grayscale: #818181. Windows color (decimal): -3580539 or 8740297. OLE color: 8740297.
HSL color Cylindrical-coordinate representation of color #C95D85: hue angle of 337.78º 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 #C95D85 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 133 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.21 |
| HSL | 337.78º | 0.5% | 0.58% | - |
| HSV(B) | 337.78º | 0.54% | 0.79% | - |
| XYZ | 32.24 | 21.94 | 24.73 | - |
| YUV | 129.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 133 | 0 | 0.54 | 0.34 | 0.21 | 337.78 | 0.5 | 0.58 |
| Hex | C9 | 5D | 85 | 0 | 36 | 22 | 15 | 152 | 32 | 3A |
| Octal | 311 | 135 | 205 | 0 | 66 | 42 | 25 | 522 | 62 | 72 |
| Binary | 11001001 | 1011101 | 10000101 | 0 | 110110 | 100010 | 10101 | 101010010 | 110010 | 111010 |
Color Harmonies of #C95D85
Complementary color
Monochromatic Colors of #C95D85
Black with #C95D85
Text Example
Text Example
White with #C95D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D85; }
p { color: rgb(201,93,133); }
H1.HeaderClassName
{
color: #C95D85;
}
.AnyTagClassName
{
color: #C95D85;
}
</style>
background-color css
<style>
a { background-color: #C95D85; }
a { background-color: rgb(201,93,133); }
div.DivClassName
{
background-color: #C95D85;
}
.BgClassName
{
background-color: #C95D85;
}
</style>
border-color css
<style>
span { border-color: #C95D85; }
span { border-color: rgb(201,93,133); }
td.TdClassName
{
border-color: #C95D85;
}
.TagClassName
{
border-color: #C95D85;
}
</style>