Shades of Hopbush #C85F92
Tints of Hopbush #C85F92
RGB
CMYK
RGB Variations
Color information
#C85F92 (or 0xC85F92) is known color: Hopbush. HEX triplet: C8, 5F and 92. RGB value is (200,95,146). Sum of RGB (Red+Green+Blue) = 200+95+146=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85F92 is #37A06D. Grayscale: #848484. Windows color (decimal): -3645550 or 9592776. OLE color: 9592776.
HSL color Cylindrical-coordinate representation of color #C85F92: hue angle of 330.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C85F92 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 146 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.22 |
| HSL | 330.86º | 0.49% | 0.58% | - |
| HSV(B) | 330.86º | 0.53% | 0.78% | - |
| XYZ | 33.1 | 22.54 | 29.8 | - |
| YUV | 132.21 | 135.79 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 146 | 0 | 0.52 | 0.27 | 0.22 | 330.86 | 0.49 | 0.58 |
| Hex | C8 | 5F | 92 | 0 | 34 | 1B | 16 | 14B | 31 | 3A |
| Octal | 310 | 137 | 222 | 0 | 64 | 33 | 26 | 513 | 61 | 72 |
| Binary | 11001000 | 1011111 | 10010010 | 0 | 110100 | 11011 | 10110 | 101001011 | 110001 | 111010 |
Color Harmonies of #C85F92
Complementary color
Monochromatic Colors of #C85F92
Black with #C85F92
Text Example
Text Example
White with #C85F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F92; }
p { color: rgb(200,95,146); }
H1.HeaderClassName
{
color: #C85F92;
}
.AnyTagClassName
{
color: #C85F92;
}
</style>
background-color css
<style>
a { background-color: #C85F92; }
a { background-color: rgb(200,95,146); }
div.DivClassName
{
background-color: #C85F92;
}
.BgClassName
{
background-color: #C85F92;
}
</style>
border-color css
<style>
span { border-color: #C85F92; }
span { border-color: rgb(200,95,146); }
td.TdClassName
{
border-color: #C85F92;
}
.TagClassName
{
border-color: #C85F92;
}
</style>