Shades of Hopbush #C0709B
Tints of Hopbush #C0709B
RGB
CMYK
RGB Variations
Color information
#C0709B (or 0xC0709B) is known color: Hopbush. HEX triplet: C0, 70 and 9B. RGB value is (192,112,155). Sum of RGB (Red+Green+Blue) = 192+112+155=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0709B is #3F8F64. Grayscale: #8C8C8C. Windows color (decimal): -4165477 or 10186944. OLE color: 10186944.
HSL color Cylindrical-coordinate representation of color #C0709B: hue angle of 327.75º 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 #C0709B is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 155 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.25 |
| HSL | 327.75º | 0.39% | 0.6% | - |
| HSV(B) | 327.75º | 0.42% | 0.75% | - |
| XYZ | 33.45 | 25.16 | 34.1 | - |
| YUV | 140.82 | 136 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 155 | 0 | 0.42 | 0.19 | 0.25 | 327.75 | 0.39 | 0.6 |
| Hex | C0 | 70 | 9B | 0 | 2A | 13 | 19 | 148 | 27 | 3C |
| Octal | 300 | 160 | 233 | 0 | 52 | 23 | 31 | 510 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10011011 | 0 | 101010 | 10011 | 11001 | 101001000 | 100111 | 111100 |
Color Harmonies of #C0709B
Complementary color
Monochromatic Colors of #C0709B
Black with #C0709B
Text Example
Text Example
White with #C0709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0709B; }
p { color: rgb(192,112,155); }
H1.HeaderClassName
{
color: #C0709B;
}
.AnyTagClassName
{
color: #C0709B;
}
</style>
background-color css
<style>
a { background-color: #C0709B; }
a { background-color: rgb(192,112,155); }
div.DivClassName
{
background-color: #C0709B;
}
.BgClassName
{
background-color: #C0709B;
}
</style>
border-color css
<style>
span { border-color: #C0709B; }
span { border-color: rgb(192,112,155); }
td.TdClassName
{
border-color: #C0709B;
}
.TagClassName
{
border-color: #C0709B;
}
</style>