Shades of Hopbush #C0758F
Tints of Hopbush #C0758F
RGB
CMYK
RGB Variations
Color information
#C0758F (or 0xC0758F) is known color: Hopbush. HEX triplet: C0, 75 and 8F. RGB value is (192,117,143). Sum of RGB (Red+Green+Blue) = 192+117+143=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0758F is #3F8A70. Grayscale: #8E8E8E. Windows color (decimal): -4164209 or 9401792. OLE color: 9401792.
HSL color Cylindrical-coordinate representation of color #C0758F: hue angle of 339.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0758F is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 143 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.25 |
| HSL | 339.2º | 0.37% | 0.61% | - |
| HSV(B) | 339.2º | 0.39% | 0.75% | - |
| XYZ | 33.06 | 25.91 | 29.25 | - |
| YUV | 142.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 143 | 0 | 0.39 | 0.26 | 0.25 | 339.2 | 0.37 | 0.61 |
| Hex | C0 | 75 | 8F | 0 | 27 | 1A | 19 | 153 | 25 | 3D |
| Octal | 300 | 165 | 217 | 0 | 47 | 32 | 31 | 523 | 45 | 75 |
| Binary | 11000000 | 1110101 | 10001111 | 0 | 100111 | 11010 | 11001 | 101010011 | 100101 | 111101 |
Color Harmonies of #C0758F
Complementary color
Monochromatic Colors of #C0758F
Black with #C0758F
Text Example
Text Example
White with #C0758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0758F; }
p { color: rgb(192,117,143); }
H1.HeaderClassName
{
color: #C0758F;
}
.AnyTagClassName
{
color: #C0758F;
}
</style>
background-color css
<style>
a { background-color: #C0758F; }
a { background-color: rgb(192,117,143); }
div.DivClassName
{
background-color: #C0758F;
}
.BgClassName
{
background-color: #C0758F;
}
</style>
border-color css
<style>
span { border-color: #C0758F; }
span { border-color: rgb(192,117,143); }
td.TdClassName
{
border-color: #C0758F;
}
.TagClassName
{
border-color: #C0758F;
}
</style>