Shades of Hopbush #C972AA
Tints of Hopbush #C972AA
RGB
CMYK
RGB Variations
Color information
#C972AA (or 0xC972AA) is known color: Hopbush. HEX triplet: C9, 72 and AA. RGB value is (201,114,170). Sum of RGB (Red+Green+Blue) = 201+114+170=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C972AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C972AA is #368D55. Grayscale: #929292. Windows color (decimal): -3575126 or 11170505. OLE color: 11170505.
HSL color Cylindrical-coordinate representation of color #C972AA: hue angle of 321.38º degrees, saturation: 0.45, 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 #C972AA is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 170 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.21 |
| HSL | 321.38º | 0.45% | 0.62% | - |
| HSV(B) | 321.38º | 0.43% | 0.79% | - |
| XYZ | 37.36 | 27.35 | 41.34 | - |
| YUV | 146.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 170 | 0 | 0.43 | 0.15 | 0.21 | 321.38 | 0.45 | 0.62 |
| Hex | C9 | 72 | AA | 0 | 2B | F | 15 | 141 | 2D | 3E |
| Octal | 311 | 162 | 252 | 0 | 53 | 17 | 25 | 501 | 55 | 76 |
| Binary | 11001001 | 1110010 | 10101010 | 0 | 101011 | 1111 | 10101 | 101000001 | 101101 | 111110 |
Color Harmonies of #C972AA
Complementary color
Monochromatic Colors of #C972AA
Black with #C972AA
Text Example
Text Example
White with #C972AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972AA; }
p { color: rgb(201,114,170); }
H1.HeaderClassName
{
color: #C972AA;
}
.AnyTagClassName
{
color: #C972AA;
}
</style>
background-color css
<style>
a { background-color: #C972AA; }
a { background-color: rgb(201,114,170); }
div.DivClassName
{
background-color: #C972AA;
}
.BgClassName
{
background-color: #C972AA;
}
</style>
border-color css
<style>
span { border-color: #C972AA; }
span { border-color: rgb(201,114,170); }
td.TdClassName
{
border-color: #C972AA;
}
.TagClassName
{
border-color: #C972AA;
}
</style>