Shades of Hopbush #C0709C
Tints of Hopbush #C0709C
RGB
CMYK
RGB Variations
Color information
#C0709C (or 0xC0709C) is known color: Hopbush. HEX triplet: C0, 70 and 9C. RGB value is (192,112,156). Sum of RGB (Red+Green+Blue) = 192+112+156=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0709C is #3F8F63. Grayscale: #8C8C8C. Windows color (decimal): -4165476 or 10252480. OLE color: 10252480.
HSL color Cylindrical-coordinate representation of color #C0709C: hue angle of 327º 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 #C0709C is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 156 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.25 |
| HSL | 327º | 0.39% | 0.6% | - |
| HSV(B) | 327º | 0.42% | 0.75% | - |
| XYZ | 33.53 | 25.2 | 34.55 | - |
| YUV | 140.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 156 | 0 | 0.42 | 0.19 | 0.25 | 327 | 0.39 | 0.6 |
| Hex | C0 | 70 | 9C | 0 | 2A | 13 | 19 | 147 | 27 | 3C |
| Octal | 300 | 160 | 234 | 0 | 52 | 23 | 31 | 507 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10011100 | 0 | 101010 | 10011 | 11001 | 101000111 | 100111 | 111100 |
Color Harmonies of #C0709C
Complementary color
Monochromatic Colors of #C0709C
Black with #C0709C
Text Example
Text Example
White with #C0709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0709C; }
p { color: rgb(192,112,156); }
H1.HeaderClassName
{
color: #C0709C;
}
.AnyTagClassName
{
color: #C0709C;
}
</style>
background-color css
<style>
a { background-color: #C0709C; }
a { background-color: rgb(192,112,156); }
div.DivClassName
{
background-color: #C0709C;
}
.BgClassName
{
background-color: #C0709C;
}
</style>
border-color css
<style>
span { border-color: #C0709C; }
span { border-color: rgb(192,112,156); }
td.TdClassName
{
border-color: #C0709C;
}
.TagClassName
{
border-color: #C0709C;
}
</style>