Shades of Hopbush #C5708F
Tints of Hopbush #C5708F
RGB
CMYK
RGB Variations
Color information
#C5708F (or 0xC5708F) is known color: Hopbush. HEX triplet: C5, 70 and 8F. RGB value is (197,112,143). Sum of RGB (Red+Green+Blue) = 197+112+143=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C5708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5708F is #3A8F70. Grayscale: #8C8C8C. Windows color (decimal): -3837809 or 9400517. OLE color: 9400517.
HSL color Cylindrical-coordinate representation of color #C5708F: hue angle of 338.12º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5708F is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 143 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.23 |
| HSL | 338.12º | 0.42% | 0.61% | - |
| HSV(B) | 338.12º | 0.43% | 0.77% | - |
| XYZ | 33.78 | 25.44 | 29.12 | - |
| YUV | 140.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 143 | 0 | 0.43 | 0.27 | 0.23 | 338.12 | 0.42 | 0.61 |
| Hex | C5 | 70 | 8F | 0 | 2B | 1B | 17 | 152 | 2A | 3D |
| Octal | 305 | 160 | 217 | 0 | 53 | 33 | 27 | 522 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10001111 | 0 | 101011 | 11011 | 10111 | 101010010 | 101010 | 111101 |
Color Harmonies of #C5708F
Complementary color
Monochromatic Colors of #C5708F
Black with #C5708F
Text Example
Text Example
White with #C5708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5708F; }
p { color: rgb(197,112,143); }
H1.HeaderClassName
{
color: #C5708F;
}
.AnyTagClassName
{
color: #C5708F;
}
</style>
background-color css
<style>
a { background-color: #C5708F; }
a { background-color: rgb(197,112,143); }
div.DivClassName
{
background-color: #C5708F;
}
.BgClassName
{
background-color: #C5708F;
}
</style>
border-color css
<style>
span { border-color: #C5708F; }
span { border-color: rgb(197,112,143); }
td.TdClassName
{
border-color: #C5708F;
}
.TagClassName
{
border-color: #C5708F;
}
</style>