Shades of Hopbush #C9708F
Tints of Hopbush #C9708F
RGB
CMYK
RGB Variations
Color information
#C9708F (or 0xC9708F) is known color: Hopbush. HEX triplet: C9, 70 and 8F. RGB value is (201,112,143). Sum of RGB (Red+Green+Blue) = 201+112+143=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9708F is #368F70. Grayscale: #8E8E8E. Windows color (decimal): -3575665 or 9400521. OLE color: 9400521.
HSL color Cylindrical-coordinate representation of color #C9708F: hue angle of 339.1º 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 #C9708F is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 143 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.21 |
| HSL | 339.1º | 0.45% | 0.61% | - |
| HSV(B) | 339.1º | 0.44% | 0.79% | - |
| XYZ | 34.84 | 25.99 | 29.17 | - |
| YUV | 142.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 143 | 0 | 0.44 | 0.29 | 0.21 | 339.1 | 0.45 | 0.61 |
| Hex | C9 | 70 | 8F | 0 | 2C | 1D | 15 | 153 | 2D | 3D |
| Octal | 311 | 160 | 217 | 0 | 54 | 35 | 25 | 523 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10001111 | 0 | 101100 | 11101 | 10101 | 101010011 | 101101 | 111101 |
Color Harmonies of #C9708F
Complementary color
Monochromatic Colors of #C9708F
Black with #C9708F
Text Example
Text Example
White with #C9708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9708F; }
p { color: rgb(201,112,143); }
H1.HeaderClassName
{
color: #C9708F;
}
.AnyTagClassName
{
color: #C9708F;
}
</style>
background-color css
<style>
a { background-color: #C9708F; }
a { background-color: rgb(201,112,143); }
div.DivClassName
{
background-color: #C9708F;
}
.BgClassName
{
background-color: #C9708F;
}
</style>
border-color css
<style>
span { border-color: #C9708F; }
span { border-color: rgb(201,112,143); }
td.TdClassName
{
border-color: #C9708F;
}
.TagClassName
{
border-color: #C9708F;
}
</style>