Shades of Hopbush #C973AB
Tints of Hopbush #C973AB
RGB
CMYK
RGB Variations
Color information
#C973AB (or 0xC973AB) is known color: Hopbush. HEX triplet: C9, 73 and AB. RGB value is (201,115,171). Sum of RGB (Red+Green+Blue) = 201+115+171=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C973AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C973AB is #368C54. Grayscale: #929292. Windows color (decimal): -3574869 or 11236297. OLE color: 11236297.
HSL color Cylindrical-coordinate representation of color #C973AB: hue angle of 320.93º 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 #C973AB is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 171 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.21 |
| HSL | 320.93º | 0.44% | 0.62% | - |
| HSV(B) | 320.93º | 0.43% | 0.79% | - |
| XYZ | 37.57 | 27.62 | 41.88 | - |
| YUV | 147.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 171 | 0 | 0.43 | 0.15 | 0.21 | 320.93 | 0.44 | 0.62 |
| Hex | C9 | 73 | AB | 0 | 2B | F | 15 | 141 | 2C | 3E |
| Octal | 311 | 163 | 253 | 0 | 53 | 17 | 25 | 501 | 54 | 76 |
| Binary | 11001001 | 1110011 | 10101011 | 0 | 101011 | 1111 | 10101 | 101000001 | 101100 | 111110 |
Color Harmonies of #C973AB
Complementary color
Monochromatic Colors of #C973AB
Black with #C973AB
Text Example
Text Example
White with #C973AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973AB; }
p { color: rgb(201,115,171); }
H1.HeaderClassName
{
color: #C973AB;
}
.AnyTagClassName
{
color: #C973AB;
}
</style>
background-color css
<style>
a { background-color: #C973AB; }
a { background-color: rgb(201,115,171); }
div.DivClassName
{
background-color: #C973AB;
}
.BgClassName
{
background-color: #C973AB;
}
</style>
border-color css
<style>
span { border-color: #C973AB; }
span { border-color: rgb(201,115,171); }
td.TdClassName
{
border-color: #C973AB;
}
.TagClassName
{
border-color: #C973AB;
}
</style>