Shades of Hopbush #C974A0
Tints of Hopbush #C974A0
RGB
CMYK
RGB Variations
Color information
#C974A0 (or 0xC974A0) is known color: Hopbush. HEX triplet: C9, 74 and A0. RGB value is (201,116,160). Sum of RGB (Red+Green+Blue) = 201+116+160=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C974A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C974A0 is #368B5F. Grayscale: #929292. Windows color (decimal): -3574624 or 10515657. OLE color: 10515657.
HSL color Cylindrical-coordinate representation of color #C974A0: hue angle of 328.94º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C974A0 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 160 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.21 |
| HSL | 328.94º | 0.44% | 0.62% | - |
| HSV(B) | 328.94º | 0.42% | 0.79% | - |
| XYZ | 36.68 | 27.45 | 36.62 | - |
| YUV | 146.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 160 | 0 | 0.42 | 0.20 | 0.21 | 328.94 | 0.44 | 0.62 |
| Hex | C9 | 74 | A0 | 0 | 2A | 14 | 15 | 149 | 2C | 3E |
| Octal | 311 | 164 | 240 | 0 | 52 | 24 | 25 | 511 | 54 | 76 |
| Binary | 11001001 | 1110100 | 10100000 | 0 | 101010 | 10100 | 10101 | 101001001 | 101100 | 111110 |
Color Harmonies of #C974A0
Complementary color
Monochromatic Colors of #C974A0
Black with #C974A0
Text Example
Text Example
White with #C974A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974A0; }
p { color: rgb(201,116,160); }
H1.HeaderClassName
{
color: #C974A0;
}
.AnyTagClassName
{
color: #C974A0;
}
</style>
background-color css
<style>
a { background-color: #C974A0; }
a { background-color: rgb(201,116,160); }
div.DivClassName
{
background-color: #C974A0;
}
.BgClassName
{
background-color: #C974A0;
}
</style>
border-color css
<style>
span { border-color: #C974A0; }
span { border-color: rgb(201,116,160); }
td.TdClassName
{
border-color: #C974A0;
}
.TagClassName
{
border-color: #C974A0;
}
</style>