Shades of Hopbush #C973A0
Tints of Hopbush #C973A0
RGB
CMYK
RGB Variations
Color information
#C973A0 (or 0xC973A0) is known color: Hopbush. HEX triplet: C9, 73 and A0. RGB value is (201,115,160). Sum of RGB (Red+Green+Blue) = 201+115+160=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C973A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C973A0 is #368C5F. Grayscale: #919191. Windows color (decimal): -3574880 or 10515401. OLE color: 10515401.
HSL color Cylindrical-coordinate representation of color #C973A0: hue angle of 328.6º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C973A0 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 160 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.21 |
| HSL | 328.6º | 0.44% | 0.62% | - |
| HSV(B) | 328.6º | 0.43% | 0.79% | - |
| XYZ | 36.56 | 27.22 | 36.58 | - |
| YUV | 145.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 160 | 0 | 0.43 | 0.20 | 0.21 | 328.6 | 0.44 | 0.62 |
| Hex | C9 | 73 | A0 | 0 | 2B | 14 | 15 | 149 | 2C | 3E |
| Octal | 311 | 163 | 240 | 0 | 53 | 24 | 25 | 511 | 54 | 76 |
| Binary | 11001001 | 1110011 | 10100000 | 0 | 101011 | 10100 | 10101 | 101001001 | 101100 | 111110 |
Color Harmonies of #C973A0
Complementary color
Monochromatic Colors of #C973A0
Black with #C973A0
Text Example
Text Example
White with #C973A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973A0; }
p { color: rgb(201,115,160); }
H1.HeaderClassName
{
color: #C973A0;
}
.AnyTagClassName
{
color: #C973A0;
}
</style>
background-color css
<style>
a { background-color: #C973A0; }
a { background-color: rgb(201,115,160); }
div.DivClassName
{
background-color: #C973A0;
}
.BgClassName
{
background-color: #C973A0;
}
</style>
border-color css
<style>
span { border-color: #C973A0; }
span { border-color: rgb(201,115,160); }
td.TdClassName
{
border-color: #C973A0;
}
.TagClassName
{
border-color: #C973A0;
}
</style>