Shades of Hopbush #C972A3
Tints of Hopbush #C972A3
RGB
CMYK
RGB Variations
Color information
#C972A3 (or 0xC972A3) is known color: Hopbush. HEX triplet: C9, 72 and A3. RGB value is (201,114,163). Sum of RGB (Red+Green+Blue) = 201+114+163=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C972A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C972A3 is #368D5C. Grayscale: #919191. Windows color (decimal): -3575133 or 10711753. OLE color: 10711753.
HSL color Cylindrical-coordinate representation of color #C972A3: hue angle of 326.21º 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 #C972A3 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 163 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.21 |
| HSL | 326.21º | 0.45% | 0.62% | - |
| HSV(B) | 326.21º | 0.43% | 0.79% | - |
| XYZ | 36.72 | 27.1 | 37.95 | - |
| YUV | 145.6 | 137.82 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 163 | 0 | 0.43 | 0.19 | 0.21 | 326.21 | 0.45 | 0.62 |
| Hex | C9 | 72 | A3 | 0 | 2B | 13 | 15 | 146 | 2D | 3E |
| Octal | 311 | 162 | 243 | 0 | 53 | 23 | 25 | 506 | 55 | 76 |
| Binary | 11001001 | 1110010 | 10100011 | 0 | 101011 | 10011 | 10101 | 101000110 | 101101 | 111110 |
Color Harmonies of #C972A3
Complementary color
Monochromatic Colors of #C972A3
Black with #C972A3
Text Example
Text Example
White with #C972A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972A3; }
p { color: rgb(201,114,163); }
H1.HeaderClassName
{
color: #C972A3;
}
.AnyTagClassName
{
color: #C972A3;
}
</style>
background-color css
<style>
a { background-color: #C972A3; }
a { background-color: rgb(201,114,163); }
div.DivClassName
{
background-color: #C972A3;
}
.BgClassName
{
background-color: #C972A3;
}
</style>
border-color css
<style>
span { border-color: #C972A3; }
span { border-color: rgb(201,114,163); }
td.TdClassName
{
border-color: #C972A3;
}
.TagClassName
{
border-color: #C972A3;
}
</style>