Shades of Hopbush #C974AB
Tints of Hopbush #C974AB
RGB
CMYK
RGB Variations
Color information
#C974AB (or 0xC974AB) is known color: Hopbush. HEX triplet: C9, 74 and AB. RGB value is (201,116,171). Sum of RGB (Red+Green+Blue) = 201+116+171=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C974AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C974AB is #368B54. Grayscale: #939393. Windows color (decimal): -3574613 or 11236553. OLE color: 11236553.
HSL color Cylindrical-coordinate representation of color #C974AB: hue angle of 321.18º 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 #C974AB is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 171 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.21 |
| HSL | 321.18º | 0.44% | 0.62% | - |
| HSV(B) | 321.18º | 0.42% | 0.79% | - |
| XYZ | 37.68 | 27.85 | 41.92 | - |
| YUV | 147.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 171 | 0 | 0.42 | 0.15 | 0.21 | 321.18 | 0.44 | 0.62 |
| Hex | C9 | 74 | AB | 0 | 2A | F | 15 | 141 | 2C | 3E |
| Octal | 311 | 164 | 253 | 0 | 52 | 17 | 25 | 501 | 54 | 76 |
| Binary | 11001001 | 1110100 | 10101011 | 0 | 101010 | 1111 | 10101 | 101000001 | 101100 | 111110 |
Color Harmonies of #C974AB
Complementary color
Monochromatic Colors of #C974AB
Black with #C974AB
Text Example
Text Example
White with #C974AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974AB; }
p { color: rgb(201,116,171); }
H1.HeaderClassName
{
color: #C974AB;
}
.AnyTagClassName
{
color: #C974AB;
}
</style>
background-color css
<style>
a { background-color: #C974AB; }
a { background-color: rgb(201,116,171); }
div.DivClassName
{
background-color: #C974AB;
}
.BgClassName
{
background-color: #C974AB;
}
</style>
border-color css
<style>
span { border-color: #C974AB; }
span { border-color: rgb(201,116,171); }
td.TdClassName
{
border-color: #C974AB;
}
.TagClassName
{
border-color: #C974AB;
}
</style>