Shades of Hopbush #C970AA
Tints of Hopbush #C970AA
RGB
CMYK
RGB Variations
Color information
#C970AA (or 0xC970AA) is known color: Hopbush. HEX triplet: C9, 70 and AA. RGB value is (201,112,170). Sum of RGB (Red+Green+Blue) = 201+112+170=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C970AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C970AA is #368F55. Grayscale: #919191. Windows color (decimal): -3575638 or 11169993. OLE color: 11169993.
HSL color Cylindrical-coordinate representation of color #C970AA: hue angle of 320.9º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C970AA is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 170 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.21 |
| HSL | 320.9º | 0.45% | 0.61% | - |
| HSV(B) | 320.9º | 0.44% | 0.79% | - |
| XYZ | 37.14 | 26.91 | 41.27 | - |
| YUV | 145.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 170 | 0 | 0.44 | 0.15 | 0.21 | 320.9 | 0.45 | 0.61 |
| Hex | C9 | 70 | AA | 0 | 2C | F | 15 | 141 | 2D | 3D |
| Octal | 311 | 160 | 252 | 0 | 54 | 17 | 25 | 501 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10101010 | 0 | 101100 | 1111 | 10101 | 101000001 | 101101 | 111101 |
Color Harmonies of #C970AA
Complementary color
Monochromatic Colors of #C970AA
Black with #C970AA
Text Example
Text Example
White with #C970AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970AA; }
p { color: rgb(201,112,170); }
H1.HeaderClassName
{
color: #C970AA;
}
.AnyTagClassName
{
color: #C970AA;
}
</style>
background-color css
<style>
a { background-color: #C970AA; }
a { background-color: rgb(201,112,170); }
div.DivClassName
{
background-color: #C970AA;
}
.BgClassName
{
background-color: #C970AA;
}
</style>
border-color css
<style>
span { border-color: #C970AA; }
span { border-color: rgb(201,112,170); }
td.TdClassName
{
border-color: #C970AA;
}
.TagClassName
{
border-color: #C970AA;
}
</style>