Shades of Hopbush #C972A8
Tints of Hopbush #C972A8
RGB
CMYK
RGB Variations
Color information
#C972A8 (or 0xC972A8) is known color: Hopbush. HEX triplet: C9, 72 and A8. RGB value is (201,114,168). Sum of RGB (Red+Green+Blue) = 201+114+168=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C972A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C972A8 is #368D57. Grayscale: #929292. Windows color (decimal): -3575128 or 11039433. OLE color: 11039433.
HSL color Cylindrical-coordinate representation of color #C972A8: hue angle of 322.76º 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 #C972A8 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 168 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.21 |
| HSL | 322.76º | 0.45% | 0.62% | - |
| HSV(B) | 322.76º | 0.43% | 0.79% | - |
| XYZ | 37.17 | 27.28 | 40.35 | - |
| YUV | 146.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 168 | 0 | 0.43 | 0.16 | 0.21 | 322.76 | 0.45 | 0.62 |
| Hex | C9 | 72 | A8 | 0 | 2B | 10 | 15 | 143 | 2D | 3E |
| Octal | 311 | 162 | 250 | 0 | 53 | 20 | 25 | 503 | 55 | 76 |
| Binary | 11001001 | 1110010 | 10101000 | 0 | 101011 | 10000 | 10101 | 101000011 | 101101 | 111110 |
Color Harmonies of #C972A8
Complementary color
Monochromatic Colors of #C972A8
Black with #C972A8
Text Example
Text Example
White with #C972A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972A8; }
p { color: rgb(201,114,168); }
H1.HeaderClassName
{
color: #C972A8;
}
.AnyTagClassName
{
color: #C972A8;
}
</style>
background-color css
<style>
a { background-color: #C972A8; }
a { background-color: rgb(201,114,168); }
div.DivClassName
{
background-color: #C972A8;
}
.BgClassName
{
background-color: #C972A8;
}
</style>
border-color css
<style>
span { border-color: #C972A8; }
span { border-color: rgb(201,114,168); }
td.TdClassName
{
border-color: #C972A8;
}
.TagClassName
{
border-color: #C972A8;
}
</style>