Shades of Hopbush #C973A1
Tints of Hopbush #C973A1
RGB
CMYK
RGB Variations
Color information
#C973A1 (or 0xC973A1) is known color: Hopbush. HEX triplet: C9, 73 and A1. RGB value is (201,115,161). Sum of RGB (Red+Green+Blue) = 201+115+161=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C973A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C973A1 is #368C5E. Grayscale: #919191. Windows color (decimal): -3574879 or 10580937. OLE color: 10580937.
HSL color Cylindrical-coordinate representation of color #C973A1: hue angle of 327.91º 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 #C973A1 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 161 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.21 |
| HSL | 327.91º | 0.44% | 0.62% | - |
| HSV(B) | 327.91º | 0.43% | 0.79% | - |
| XYZ | 36.65 | 27.25 | 37.05 | - |
| YUV | 145.96 | 136.49 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 161 | 0 | 0.43 | 0.20 | 0.21 | 327.91 | 0.44 | 0.62 |
| Hex | C9 | 73 | A1 | 0 | 2B | 14 | 15 | 148 | 2C | 3E |
| Octal | 311 | 163 | 241 | 0 | 53 | 24 | 25 | 510 | 54 | 76 |
| Binary | 11001001 | 1110011 | 10100001 | 0 | 101011 | 10100 | 10101 | 101001000 | 101100 | 111110 |
Color Harmonies of #C973A1
Complementary color
Monochromatic Colors of #C973A1
Black with #C973A1
Text Example
Text Example
White with #C973A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973A1; }
p { color: rgb(201,115,161); }
H1.HeaderClassName
{
color: #C973A1;
}
.AnyTagClassName
{
color: #C973A1;
}
</style>
background-color css
<style>
a { background-color: #C973A1; }
a { background-color: rgb(201,115,161); }
div.DivClassName
{
background-color: #C973A1;
}
.BgClassName
{
background-color: #C973A1;
}
</style>
border-color css
<style>
span { border-color: #C973A1; }
span { border-color: rgb(201,115,161); }
td.TdClassName
{
border-color: #C973A1;
}
.TagClassName
{
border-color: #C973A1;
}
</style>