Shades of Hopbush #C0718D
Tints of Hopbush #C0718D
RGB
CMYK
RGB Variations
Color information
#C0718D (or 0xC0718D) is known color: Hopbush. HEX triplet: C0, 71 and 8D. RGB value is (192,113,141). Sum of RGB (Red+Green+Blue) = 192+113+141=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0718D is #3F8E72. Grayscale: #8B8B8B. Windows color (decimal): -4165235 or 9269696. OLE color: 9269696.
HSL color Cylindrical-coordinate representation of color #C0718D: hue angle of 338.73º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0718D is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 141 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.25 |
| HSL | 338.73º | 0.39% | 0.6% | - |
| HSV(B) | 338.73º | 0.41% | 0.75% | - |
| XYZ | 32.45 | 24.94 | 28.3 | - |
| YUV | 139.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 141 | 0 | 0.41 | 0.27 | 0.25 | 338.73 | 0.39 | 0.6 |
| Hex | C0 | 71 | 8D | 0 | 29 | 1B | 19 | 153 | 27 | 3C |
| Octal | 300 | 161 | 215 | 0 | 51 | 33 | 31 | 523 | 47 | 74 |
| Binary | 11000000 | 1110001 | 10001101 | 0 | 101001 | 11011 | 11001 | 101010011 | 100111 | 111100 |
Color Harmonies of #C0718D
Complementary color
Monochromatic Colors of #C0718D
Black with #C0718D
Text Example
Text Example
White with #C0718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0718D; }
p { color: rgb(192,113,141); }
H1.HeaderClassName
{
color: #C0718D;
}
.AnyTagClassName
{
color: #C0718D;
}
</style>
background-color css
<style>
a { background-color: #C0718D; }
a { background-color: rgb(192,113,141); }
div.DivClassName
{
background-color: #C0718D;
}
.BgClassName
{
background-color: #C0718D;
}
</style>
border-color css
<style>
span { border-color: #C0718D; }
span { border-color: rgb(192,113,141); }
td.TdClassName
{
border-color: #C0718D;
}
.TagClassName
{
border-color: #C0718D;
}
</style>