Shades of Hopbush #C4709C
Tints of Hopbush #C4709C
RGB
CMYK
RGB Variations
Color information
#C4709C (or 0xC4709C) is known color: Hopbush. HEX triplet: C4, 70 and 9C. RGB value is (196,112,156). Sum of RGB (Red+Green+Blue) = 196+112+156=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4709C is #3B8F63. Grayscale: #8E8E8E. Windows color (decimal): -3903332 or 10252484. OLE color: 10252484.
HSL color Cylindrical-coordinate representation of color #C4709C: hue angle of 328.57º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4709C is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 156 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.23 |
| HSL | 328.57º | 0.42% | 0.6% | - |
| HSV(B) | 328.57º | 0.43% | 0.77% | - |
| XYZ | 34.56 | 25.72 | 34.6 | - |
| YUV | 142.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 156 | 0 | 0.43 | 0.20 | 0.23 | 328.57 | 0.42 | 0.6 |
| Hex | C4 | 70 | 9C | 0 | 2B | 14 | 17 | 149 | 2A | 3C |
| Octal | 304 | 160 | 234 | 0 | 53 | 24 | 27 | 511 | 52 | 74 |
| Binary | 11000100 | 1110000 | 10011100 | 0 | 101011 | 10100 | 10111 | 101001001 | 101010 | 111100 |
Color Harmonies of #C4709C
Complementary color
Monochromatic Colors of #C4709C
Black with #C4709C
Text Example
Text Example
White with #C4709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4709C; }
p { color: rgb(196,112,156); }
H1.HeaderClassName
{
color: #C4709C;
}
.AnyTagClassName
{
color: #C4709C;
}
</style>
background-color css
<style>
a { background-color: #C4709C; }
a { background-color: rgb(196,112,156); }
div.DivClassName
{
background-color: #C4709C;
}
.BgClassName
{
background-color: #C4709C;
}
</style>
border-color css
<style>
span { border-color: #C4709C; }
span { border-color: rgb(196,112,156); }
td.TdClassName
{
border-color: #C4709C;
}
.TagClassName
{
border-color: #C4709C;
}
</style>