Shades of Hopbush #C85D85
Tints of Hopbush #C85D85
RGB
CMYK
RGB Variations
Color information
#C85D85 (or 0xC85D85) is known color: Hopbush. HEX triplet: C8, 5D and 85. RGB value is (200,93,133). Sum of RGB (Red+Green+Blue) = 200+93+133=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D85 is #37A27A. Grayscale: #818181. Windows color (decimal): -3646075 or 8740296. OLE color: 8740296.
HSL color Cylindrical-coordinate representation of color #C85D85: hue angle of 337.57º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85D85 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 133 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.22 |
| HSL | 337.57º | 0.49% | 0.57% | - |
| HSV(B) | 337.57º | 0.54% | 0.78% | - |
| XYZ | 31.97 | 21.8 | 24.71 | - |
| YUV | 129.55 | 129.95 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 133 | 0 | 0.54 | 0.34 | 0.22 | 337.57 | 0.49 | 0.57 |
| Hex | C8 | 5D | 85 | 0 | 36 | 22 | 16 | 152 | 31 | 39 |
| Octal | 310 | 135 | 205 | 0 | 66 | 42 | 26 | 522 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10000101 | 0 | 110110 | 100010 | 10110 | 101010010 | 110001 | 111001 |
Color Harmonies of #C85D85
Complementary color
Monochromatic Colors of #C85D85
Black with #C85D85
Text Example
Text Example
White with #C85D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D85; }
p { color: rgb(200,93,133); }
H1.HeaderClassName
{
color: #C85D85;
}
.AnyTagClassName
{
color: #C85D85;
}
</style>
background-color css
<style>
a { background-color: #C85D85; }
a { background-color: rgb(200,93,133); }
div.DivClassName
{
background-color: #C85D85;
}
.BgClassName
{
background-color: #C85D85;
}
</style>
border-color css
<style>
span { border-color: #C85D85; }
span { border-color: rgb(200,93,133); }
td.TdClassName
{
border-color: #C85D85;
}
.TagClassName
{
border-color: #C85D85;
}
</style>