Shades of Hopbush #C974B0
Tints of Hopbush #C974B0
RGB
CMYK
RGB Variations
Color information
#C974B0 (or 0xC974B0) is known color: Hopbush. HEX triplet: C9, 74 and B0. RGB value is (201,116,176). Sum of RGB (Red+Green+Blue) = 201+116+176=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C974B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C974B0 is #368B4F. Grayscale: #949494. Windows color (decimal): -3574608 or 11564233. OLE color: 11564233.
HSL color Cylindrical-coordinate representation of color #C974B0: hue angle of 317.65º 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 #C974B0 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 176 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.21 |
| HSL | 317.65º | 0.44% | 0.62% | - |
| HSV(B) | 317.65º | 0.42% | 0.79% | - |
| XYZ | 38.17 | 28.04 | 44.48 | - |
| YUV | 148.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 176 | 0 | 0.42 | 0.12 | 0.21 | 317.65 | 0.44 | 0.62 |
| Hex | C9 | 74 | B0 | 0 | 2A | C | 15 | 13E | 2C | 3E |
| Octal | 311 | 164 | 260 | 0 | 52 | 14 | 25 | 476 | 54 | 76 |
| Binary | 11001001 | 1110100 | 10110000 | 0 | 101010 | 1100 | 10101 | 100111110 | 101100 | 111110 |
Color Harmonies of #C974B0
Complementary color
Monochromatic Colors of #C974B0
Black with #C974B0
Text Example
Text Example
White with #C974B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974B0; }
p { color: rgb(201,116,176); }
H1.HeaderClassName
{
color: #C974B0;
}
.AnyTagClassName
{
color: #C974B0;
}
</style>
background-color css
<style>
a { background-color: #C974B0; }
a { background-color: rgb(201,116,176); }
div.DivClassName
{
background-color: #C974B0;
}
.BgClassName
{
background-color: #C974B0;
}
</style>
border-color css
<style>
span { border-color: #C974B0; }
span { border-color: rgb(201,116,176); }
td.TdClassName
{
border-color: #C974B0;
}
.TagClassName
{
border-color: #C974B0;
}
</style>