Shades of Hopbush #C0708D
Tints of Hopbush #C0708D
RGB
CMYK
RGB Variations
Color information
#C0708D (or 0xC0708D) is known color: Hopbush. HEX triplet: C0, 70 and 8D. RGB value is (192,112,141). Sum of RGB (Red+Green+Blue) = 192+112+141=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0708D is #3F8F72. Grayscale: #8B8B8B. Windows color (decimal): -4165491 or 9269440. OLE color: 9269440.
HSL color Cylindrical-coordinate representation of color #C0708D: hue angle of 338.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0708D is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 141 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.25 |
| HSL | 338.25º | 0.39% | 0.6% | - |
| HSV(B) | 338.25º | 0.42% | 0.75% | - |
| XYZ | 32.34 | 24.72 | 28.27 | - |
| YUV | 139.23 | 129 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 141 | 0 | 0.42 | 0.27 | 0.25 | 338.25 | 0.39 | 0.6 |
| Hex | C0 | 70 | 8D | 0 | 2A | 1B | 19 | 152 | 27 | 3C |
| Octal | 300 | 160 | 215 | 0 | 52 | 33 | 31 | 522 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10001101 | 0 | 101010 | 11011 | 11001 | 101010010 | 100111 | 111100 |
Color Harmonies of #C0708D
Complementary color
Monochromatic Colors of #C0708D
Black with #C0708D
Text Example
Text Example
White with #C0708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0708D; }
p { color: rgb(192,112,141); }
H1.HeaderClassName
{
color: #C0708D;
}
.AnyTagClassName
{
color: #C0708D;
}
</style>
background-color css
<style>
a { background-color: #C0708D; }
a { background-color: rgb(192,112,141); }
div.DivClassName
{
background-color: #C0708D;
}
.BgClassName
{
background-color: #C0708D;
}
</style>
border-color css
<style>
span { border-color: #C0708D; }
span { border-color: rgb(192,112,141); }
td.TdClassName
{
border-color: #C0708D;
}
.TagClassName
{
border-color: #C0708D;
}
</style>