Shades of Hopbush #C974AC
Tints of Hopbush #C974AC
RGB
CMYK
RGB Variations
Color information
#C974AC (or 0xC974AC) is known color: Hopbush. HEX triplet: C9, 74 and AC. RGB value is (201,116,172). Sum of RGB (Red+Green+Blue) = 201+116+172=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C974AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C974AC is #368B53. Grayscale: #939393. Windows color (decimal): -3574612 or 11302089. OLE color: 11302089.
HSL color Cylindrical-coordinate representation of color #C974AC: hue angle of 320.47º 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 #C974AC is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 172 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.21 |
| HSL | 320.47º | 0.44% | 0.62% | - |
| HSV(B) | 320.47º | 0.42% | 0.79% | - |
| XYZ | 37.78 | 27.89 | 42.42 | - |
| YUV | 147.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 172 | 0 | 0.42 | 0.14 | 0.21 | 320.47 | 0.44 | 0.62 |
| Hex | C9 | 74 | AC | 0 | 2A | E | 15 | 140 | 2C | 3E |
| Octal | 311 | 164 | 254 | 0 | 52 | 16 | 25 | 500 | 54 | 76 |
| Binary | 11001001 | 1110100 | 10101100 | 0 | 101010 | 1110 | 10101 | 101000000 | 101100 | 111110 |
Color Harmonies of #C974AC
Complementary color
Monochromatic Colors of #C974AC
Black with #C974AC
Text Example
Text Example
White with #C974AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974AC; }
p { color: rgb(201,116,172); }
H1.HeaderClassName
{
color: #C974AC;
}
.AnyTagClassName
{
color: #C974AC;
}
</style>
background-color css
<style>
a { background-color: #C974AC; }
a { background-color: rgb(201,116,172); }
div.DivClassName
{
background-color: #C974AC;
}
.BgClassName
{
background-color: #C974AC;
}
</style>
border-color css
<style>
span { border-color: #C974AC; }
span { border-color: rgb(201,116,172); }
td.TdClassName
{
border-color: #C974AC;
}
.TagClassName
{
border-color: #C974AC;
}
</style>