Shades of Hopbush #C9708E
Tints of Hopbush #C9708E
RGB
CMYK
RGB Variations
Color information
#C9708E (or 0xC9708E) is known color: Hopbush. HEX triplet: C9, 70 and 8E. RGB value is (201,112,142). Sum of RGB (Red+Green+Blue) = 201+112+142=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9708E is #368F71. Grayscale: #8E8E8E. Windows color (decimal): -3575666 or 9334985. OLE color: 9334985.
HSL color Cylindrical-coordinate representation of color #C9708E: hue angle of 339.78º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9708E is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 142 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.21 |
| HSL | 339.78º | 0.45% | 0.61% | - |
| HSV(B) | 339.78º | 0.44% | 0.79% | - |
| XYZ | 34.76 | 25.96 | 28.77 | - |
| YUV | 142.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 142 | 0 | 0.44 | 0.29 | 0.21 | 339.78 | 0.45 | 0.61 |
| Hex | C9 | 70 | 8E | 0 | 2C | 1D | 15 | 154 | 2D | 3D |
| Octal | 311 | 160 | 216 | 0 | 54 | 35 | 25 | 524 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10001110 | 0 | 101100 | 11101 | 10101 | 101010100 | 101101 | 111101 |
Color Harmonies of #C9708E
Complementary color
Monochromatic Colors of #C9708E
Black with #C9708E
Text Example
Text Example
White with #C9708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9708E; }
p { color: rgb(201,112,142); }
H1.HeaderClassName
{
color: #C9708E;
}
.AnyTagClassName
{
color: #C9708E;
}
</style>
background-color css
<style>
a { background-color: #C9708E; }
a { background-color: rgb(201,112,142); }
div.DivClassName
{
background-color: #C9708E;
}
.BgClassName
{
background-color: #C9708E;
}
</style>
border-color css
<style>
span { border-color: #C9708E; }
span { border-color: rgb(201,112,142); }
td.TdClassName
{
border-color: #C9708E;
}
.TagClassName
{
border-color: #C9708E;
}
</style>