Shades of Hopbush #C972AD
Tints of Hopbush #C972AD
RGB
CMYK
RGB Variations
Color information
#C972AD (or 0xC972AD) is known color: Hopbush. HEX triplet: C9, 72 and AD. RGB value is (201,114,173). Sum of RGB (Red+Green+Blue) = 201+114+173=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C972AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C972AD is #368D52. Grayscale: #929292. Windows color (decimal): -3575123 or 11367113. OLE color: 11367113.
HSL color Cylindrical-coordinate representation of color #C972AD: hue angle of 319.31º 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 #C972AD is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 173 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.21 |
| HSL | 319.31º | 0.45% | 0.62% | - |
| HSV(B) | 319.31º | 0.43% | 0.79% | - |
| XYZ | 37.65 | 27.47 | 42.85 | - |
| YUV | 146.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 173 | 0 | 0.43 | 0.14 | 0.21 | 319.31 | 0.45 | 0.62 |
| Hex | C9 | 72 | AD | 0 | 2B | E | 15 | 13F | 2D | 3E |
| Octal | 311 | 162 | 255 | 0 | 53 | 16 | 25 | 477 | 55 | 76 |
| Binary | 11001001 | 1110010 | 10101101 | 0 | 101011 | 1110 | 10101 | 100111111 | 101101 | 111110 |
Color Harmonies of #C972AD
Complementary color
Monochromatic Colors of #C972AD
Black with #C972AD
Text Example
Text Example
White with #C972AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972AD; }
p { color: rgb(201,114,173); }
H1.HeaderClassName
{
color: #C972AD;
}
.AnyTagClassName
{
color: #C972AD;
}
</style>
background-color css
<style>
a { background-color: #C972AD; }
a { background-color: rgb(201,114,173); }
div.DivClassName
{
background-color: #C972AD;
}
.BgClassName
{
background-color: #C972AD;
}
</style>
border-color css
<style>
span { border-color: #C972AD; }
span { border-color: rgb(201,114,173); }
td.TdClassName
{
border-color: #C972AD;
}
.TagClassName
{
border-color: #C972AD;
}
</style>