Shades of Hopbush #C85D83
Tints of Hopbush #C85D83
RGB
CMYK
RGB Variations
Color information
#C85D83 (or 0xC85D83) is known color: Hopbush. HEX triplet: C8, 5D and 83. RGB value is (200,93,131). Sum of RGB (Red+Green+Blue) = 200+93+131=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D83 is #37A27C. Grayscale: #818181. Windows color (decimal): -3646077 or 8609224. OLE color: 8609224.
HSL color Cylindrical-coordinate representation of color #C85D83: hue angle of 338.69º 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 #C85D83 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 131 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.22 |
| HSL | 338.69º | 0.49% | 0.57% | - |
| HSV(B) | 338.69º | 0.54% | 0.78% | - |
| XYZ | 31.83 | 21.75 | 23.99 | - |
| YUV | 129.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 131 | 0 | 0.54 | 0.34 | 0.22 | 338.69 | 0.49 | 0.57 |
| Hex | C8 | 5D | 83 | 0 | 36 | 22 | 16 | 153 | 31 | 39 |
| Octal | 310 | 135 | 203 | 0 | 66 | 42 | 26 | 523 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10000011 | 0 | 110110 | 100010 | 10110 | 101010011 | 110001 | 111001 |
Color Harmonies of #C85D83
Complementary color
Monochromatic Colors of #C85D83
Black with #C85D83
Text Example
Text Example
White with #C85D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D83; }
p { color: rgb(200,93,131); }
H1.HeaderClassName
{
color: #C85D83;
}
.AnyTagClassName
{
color: #C85D83;
}
</style>
background-color css
<style>
a { background-color: #C85D83; }
a { background-color: rgb(200,93,131); }
div.DivClassName
{
background-color: #C85D83;
}
.BgClassName
{
background-color: #C85D83;
}
</style>
border-color css
<style>
span { border-color: #C85D83; }
span { border-color: rgb(200,93,131); }
td.TdClassName
{
border-color: #C85D83;
}
.TagClassName
{
border-color: #C85D83;
}
</style>