Shades of Hopbush #C7708E
Tints of Hopbush #C7708E
RGB
CMYK
RGB Variations
Color information
#C7708E (or 0xC7708E) is known color: Hopbush. HEX triplet: C7, 70 and 8E. RGB value is (199,112,142). Sum of RGB (Red+Green+Blue) = 199+112+142=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7708E is #388F71. Grayscale: #8D8D8D. Windows color (decimal): -3706738 or 9334983. OLE color: 9334983.
HSL color Cylindrical-coordinate representation of color #C7708E: hue angle of 339.31º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7708E is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 142 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.22 |
| HSL | 339.31º | 0.44% | 0.61% | - |
| HSV(B) | 339.31º | 0.44% | 0.78% | - |
| XYZ | 34.23 | 25.68 | 28.74 | - |
| YUV | 141.43 | 128.32 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 142 | 0 | 0.44 | 0.29 | 0.22 | 339.31 | 0.44 | 0.61 |
| Hex | C7 | 70 | 8E | 0 | 2C | 1D | 16 | 153 | 2C | 3D |
| Octal | 307 | 160 | 216 | 0 | 54 | 35 | 26 | 523 | 54 | 75 |
| Binary | 11000111 | 1110000 | 10001110 | 0 | 101100 | 11101 | 10110 | 101010011 | 101100 | 111101 |
Color Harmonies of #C7708E
Complementary color
Monochromatic Colors of #C7708E
Black with #C7708E
Text Example
Text Example
White with #C7708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7708E; }
p { color: rgb(199,112,142); }
H1.HeaderClassName
{
color: #C7708E;
}
.AnyTagClassName
{
color: #C7708E;
}
</style>
background-color css
<style>
a { background-color: #C7708E; }
a { background-color: rgb(199,112,142); }
div.DivClassName
{
background-color: #C7708E;
}
.BgClassName
{
background-color: #C7708E;
}
</style>
border-color css
<style>
span { border-color: #C7708E; }
span { border-color: rgb(199,112,142); }
td.TdClassName
{
border-color: #C7708E;
}
.TagClassName
{
border-color: #C7708E;
}
</style>