Shades of Hopbush #C972B0
Tints of Hopbush #C972B0
RGB
CMYK
RGB Variations
Color information
#C972B0 (or 0xC972B0) is known color: Hopbush. HEX triplet: C9, 72 and B0. RGB value is (201,114,176). Sum of RGB (Red+Green+Blue) = 201+114+176=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C972B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C972B0 is #368D4F. Grayscale: #929292. Windows color (decimal): -3575120 or 11563721. OLE color: 11563721.
HSL color Cylindrical-coordinate representation of color #C972B0: hue angle of 317.24º 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 #C972B0 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 176 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.21 |
| HSL | 317.24º | 0.45% | 0.62% | - |
| HSV(B) | 317.24º | 0.43% | 0.79% | - |
| XYZ | 37.94 | 27.59 | 44.4 | - |
| YUV | 147.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 176 | 0 | 0.43 | 0.12 | 0.21 | 317.24 | 0.45 | 0.62 |
| Hex | C9 | 72 | B0 | 0 | 2B | C | 15 | 13D | 2D | 3E |
| Octal | 311 | 162 | 260 | 0 | 53 | 14 | 25 | 475 | 55 | 76 |
| Binary | 11001001 | 1110010 | 10110000 | 0 | 101011 | 1100 | 10101 | 100111101 | 101101 | 111110 |
Color Harmonies of #C972B0
Complementary color
Monochromatic Colors of #C972B0
Black with #C972B0
Text Example
Text Example
White with #C972B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972B0; }
p { color: rgb(201,114,176); }
H1.HeaderClassName
{
color: #C972B0;
}
.AnyTagClassName
{
color: #C972B0;
}
</style>
background-color css
<style>
a { background-color: #C972B0; }
a { background-color: rgb(201,114,176); }
div.DivClassName
{
background-color: #C972B0;
}
.BgClassName
{
background-color: #C972B0;
}
</style>
border-color css
<style>
span { border-color: #C972B0; }
span { border-color: rgb(201,114,176); }
td.TdClassName
{
border-color: #C972B0;
}
.TagClassName
{
border-color: #C972B0;
}
</style>