Shades of Hopbush #C0708E
Tints of Hopbush #C0708E
RGB
CMYK
RGB Variations
Color information
#C0708E (or 0xC0708E) is known color: Hopbush. HEX triplet: C0, 70 and 8E. RGB value is (192,112,142). Sum of RGB (Red+Green+Blue) = 192+112+142=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0708E is #3F8F71. Grayscale: #8B8B8B. Windows color (decimal): -4165490 or 9334976. OLE color: 9334976.
HSL color Cylindrical-coordinate representation of color #C0708E: hue angle of 337.5º 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 #C0708E is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 142 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.25 |
| HSL | 337.5º | 0.39% | 0.6% | - |
| HSV(B) | 337.5º | 0.42% | 0.75% | - |
| XYZ | 32.41 | 24.75 | 28.66 | - |
| YUV | 139.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 142 | 0 | 0.42 | 0.26 | 0.25 | 337.5 | 0.39 | 0.6 |
| Hex | C0 | 70 | 8E | 0 | 2A | 1A | 19 | 152 | 27 | 3C |
| Octal | 300 | 160 | 216 | 0 | 52 | 32 | 31 | 522 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10001110 | 0 | 101010 | 11010 | 11001 | 101010010 | 100111 | 111100 |
Color Harmonies of #C0708E
Complementary color
Monochromatic Colors of #C0708E
Black with #C0708E
Text Example
Text Example
White with #C0708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0708E; }
p { color: rgb(192,112,142); }
H1.HeaderClassName
{
color: #C0708E;
}
.AnyTagClassName
{
color: #C0708E;
}
</style>
background-color css
<style>
a { background-color: #C0708E; }
a { background-color: rgb(192,112,142); }
div.DivClassName
{
background-color: #C0708E;
}
.BgClassName
{
background-color: #C0708E;
}
</style>
border-color css
<style>
span { border-color: #C0708E; }
span { border-color: rgb(192,112,142); }
td.TdClassName
{
border-color: #C0708E;
}
.TagClassName
{
border-color: #C0708E;
}
</style>