Shades of Hopbush #C972A1
Tints of Hopbush #C972A1
RGB
CMYK
RGB Variations
Color information
#C972A1 (or 0xC972A1) is known color: Hopbush. HEX triplet: C9, 72 and A1. RGB value is (201,114,161). Sum of RGB (Red+Green+Blue) = 201+114+161=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C972A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C972A1 is #368D5E. Grayscale: #919191. Windows color (decimal): -3575135 or 10580681. OLE color: 10580681.
HSL color Cylindrical-coordinate representation of color #C972A1: hue angle of 327.59º 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 #C972A1 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 161 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.21 |
| HSL | 327.59º | 0.45% | 0.62% | - |
| HSV(B) | 327.59º | 0.43% | 0.79% | - |
| XYZ | 36.54 | 27.03 | 37.01 | - |
| YUV | 145.37 | 136.82 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 161 | 0 | 0.43 | 0.20 | 0.21 | 327.59 | 0.45 | 0.62 |
| Hex | C9 | 72 | A1 | 0 | 2B | 14 | 15 | 148 | 2D | 3E |
| Octal | 311 | 162 | 241 | 0 | 53 | 24 | 25 | 510 | 55 | 76 |
| Binary | 11001001 | 1110010 | 10100001 | 0 | 101011 | 10100 | 10101 | 101001000 | 101101 | 111110 |
Color Harmonies of #C972A1
Complementary color
Monochromatic Colors of #C972A1
Black with #C972A1
Text Example
Text Example
White with #C972A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972A1; }
p { color: rgb(201,114,161); }
H1.HeaderClassName
{
color: #C972A1;
}
.AnyTagClassName
{
color: #C972A1;
}
</style>
background-color css
<style>
a { background-color: #C972A1; }
a { background-color: rgb(201,114,161); }
div.DivClassName
{
background-color: #C972A1;
}
.BgClassName
{
background-color: #C972A1;
}
</style>
border-color css
<style>
span { border-color: #C972A1; }
span { border-color: rgb(201,114,161); }
td.TdClassName
{
border-color: #C972A1;
}
.TagClassName
{
border-color: #C972A1;
}
</style>