Shades of Hopbush #C0729F
Tints of Hopbush #C0729F
RGB
CMYK
RGB Variations
Color information
#C0729F (or 0xC0729F) is known color: Hopbush. HEX triplet: C0, 72 and 9F. RGB value is (192,114,159). Sum of RGB (Red+Green+Blue) = 192+114+159=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0729F is #3F8D60. Grayscale: #8E8E8E. Windows color (decimal): -4164961 or 10449600. OLE color: 10449600.
HSL color Cylindrical-coordinate representation of color #C0729F: hue angle of 325.38º degrees, saturation: 0.38, 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 #C0729F is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 159 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.25 |
| HSL | 325.38º | 0.38% | 0.6% | - |
| HSV(B) | 325.38º | 0.41% | 0.75% | - |
| XYZ | 34.01 | 25.74 | 35.98 | - |
| YUV | 142.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 159 | 0 | 0.41 | 0.17 | 0.25 | 325.38 | 0.38 | 0.6 |
| Hex | C0 | 72 | 9F | 0 | 29 | 11 | 19 | 145 | 26 | 3C |
| Octal | 300 | 162 | 237 | 0 | 51 | 21 | 31 | 505 | 46 | 74 |
| Binary | 11000000 | 1110010 | 10011111 | 0 | 101001 | 10001 | 11001 | 101000101 | 100110 | 111100 |
Color Harmonies of #C0729F
Complementary color
Monochromatic Colors of #C0729F
Black with #C0729F
Text Example
Text Example
White with #C0729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0729F; }
p { color: rgb(192,114,159); }
H1.HeaderClassName
{
color: #C0729F;
}
.AnyTagClassName
{
color: #C0729F;
}
</style>
background-color css
<style>
a { background-color: #C0729F; }
a { background-color: rgb(192,114,159); }
div.DivClassName
{
background-color: #C0729F;
}
.BgClassName
{
background-color: #C0729F;
}
</style>
border-color css
<style>
span { border-color: #C0729F; }
span { border-color: rgb(192,114,159); }
td.TdClassName
{
border-color: #C0729F;
}
.TagClassName
{
border-color: #C0729F;
}
</style>