Shades of Hopbush #C9709C
Tints of Hopbush #C9709C
RGB
CMYK
RGB Variations
Color information
#C9709C (or 0xC9709C) is known color: Hopbush. HEX triplet: C9, 70 and 9C. RGB value is (201,112,156). Sum of RGB (Red+Green+Blue) = 201+112+156=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9709C is #368F63. Grayscale: #8F8F8F. Windows color (decimal): -3575652 or 10252489. OLE color: 10252489.
HSL color Cylindrical-coordinate representation of color #C9709C: hue angle of 330.34º 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 #C9709C is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 156 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.21 |
| HSL | 330.34º | 0.45% | 0.61% | - |
| HSV(B) | 330.34º | 0.44% | 0.79% | - |
| XYZ | 35.88 | 26.41 | 34.66 | - |
| YUV | 143.63 | 134.99 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 156 | 0 | 0.44 | 0.22 | 0.21 | 330.34 | 0.45 | 0.61 |
| Hex | C9 | 70 | 9C | 0 | 2C | 16 | 15 | 14A | 2D | 3D |
| Octal | 311 | 160 | 234 | 0 | 54 | 26 | 25 | 512 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10011100 | 0 | 101100 | 10110 | 10101 | 101001010 | 101101 | 111101 |
Color Harmonies of #C9709C
Complementary color
Monochromatic Colors of #C9709C
Black with #C9709C
Text Example
Text Example
White with #C9709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9709C; }
p { color: rgb(201,112,156); }
H1.HeaderClassName
{
color: #C9709C;
}
.AnyTagClassName
{
color: #C9709C;
}
</style>
background-color css
<style>
a { background-color: #C9709C; }
a { background-color: rgb(201,112,156); }
div.DivClassName
{
background-color: #C9709C;
}
.BgClassName
{
background-color: #C9709C;
}
</style>
border-color css
<style>
span { border-color: #C9709C; }
span { border-color: rgb(201,112,156); }
td.TdClassName
{
border-color: #C9709C;
}
.TagClassName
{
border-color: #C9709C;
}
</style>