Shades of Hopbush #C0729B
Tints of Hopbush #C0729B
RGB
CMYK
RGB Variations
Color information
#C0729B (or 0xC0729B) is known color: Hopbush. HEX triplet: C0, 72 and 9B. RGB value is (192,114,155). Sum of RGB (Red+Green+Blue) = 192+114+155=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0729B is #3F8D64. Grayscale: #8D8D8D. Windows color (decimal): -4164965 or 10187456. OLE color: 10187456.
HSL color Cylindrical-coordinate representation of color #C0729B: hue angle of 328.46º 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 #C0729B is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 155 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.25 |
| HSL | 328.46º | 0.38% | 0.6% | - |
| HSV(B) | 328.46º | 0.41% | 0.75% | - |
| XYZ | 33.67 | 25.61 | 34.18 | - |
| YUV | 142 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 155 | 0 | 0.41 | 0.19 | 0.25 | 328.46 | 0.38 | 0.6 |
| Hex | C0 | 72 | 9B | 0 | 29 | 13 | 19 | 148 | 26 | 3C |
| Octal | 300 | 162 | 233 | 0 | 51 | 23 | 31 | 510 | 46 | 74 |
| Binary | 11000000 | 1110010 | 10011011 | 0 | 101001 | 10011 | 11001 | 101001000 | 100110 | 111100 |
Color Harmonies of #C0729B
Complementary color
Monochromatic Colors of #C0729B
Black with #C0729B
Text Example
Text Example
White with #C0729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0729B; }
p { color: rgb(192,114,155); }
H1.HeaderClassName
{
color: #C0729B;
}
.AnyTagClassName
{
color: #C0729B;
}
</style>
background-color css
<style>
a { background-color: #C0729B; }
a { background-color: rgb(192,114,155); }
div.DivClassName
{
background-color: #C0729B;
}
.BgClassName
{
background-color: #C0729B;
}
</style>
border-color css
<style>
span { border-color: #C0729B; }
span { border-color: rgb(192,114,155); }
td.TdClassName
{
border-color: #C0729B;
}
.TagClassName
{
border-color: #C0729B;
}
</style>