Shades of Hopbush #C976A0
Tints of Hopbush #C976A0
RGB
CMYK
RGB Variations
Color information
#C976A0 (or 0xC976A0) is known color: Hopbush. HEX triplet: C9, 76 and A0. RGB value is (201,118,160). Sum of RGB (Red+Green+Blue) = 201+118+160=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C976A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C976A0 is #36895F. Grayscale: #939393. Windows color (decimal): -3574112 or 10516169. OLE color: 10516169.
HSL color Cylindrical-coordinate representation of color #C976A0: hue angle of 329.64º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C976A0 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 160 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.21 |
| HSL | 329.64º | 0.43% | 0.63% | - |
| HSV(B) | 329.64º | 0.41% | 0.79% | - |
| XYZ | 36.91 | 27.91 | 36.7 | - |
| YUV | 147.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 160 | 0 | 0.41 | 0.20 | 0.21 | 329.64 | 0.43 | 0.63 |
| Hex | C9 | 76 | A0 | 0 | 29 | 14 | 15 | 14A | 2B | 3F |
| Octal | 311 | 166 | 240 | 0 | 51 | 24 | 25 | 512 | 53 | 77 |
| Binary | 11001001 | 1110110 | 10100000 | 0 | 101001 | 10100 | 10101 | 101001010 | 101011 | 111111 |
Color Harmonies of #C976A0
Complementary color
Monochromatic Colors of #C976A0
Black with #C976A0
Text Example
Text Example
White with #C976A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C976A0; }
p { color: rgb(201,118,160); }
H1.HeaderClassName
{
color: #C976A0;
}
.AnyTagClassName
{
color: #C976A0;
}
</style>
background-color css
<style>
a { background-color: #C976A0; }
a { background-color: rgb(201,118,160); }
div.DivClassName
{
background-color: #C976A0;
}
.BgClassName
{
background-color: #C976A0;
}
</style>
border-color css
<style>
span { border-color: #C976A0; }
span { border-color: rgb(201,118,160); }
td.TdClassName
{
border-color: #C976A0;
}
.TagClassName
{
border-color: #C976A0;
}
</style>