Shades of Hopbush #C970A7
Tints of Hopbush #C970A7
RGB
CMYK
RGB Variations
Color information
#C970A7 (or 0xC970A7) is known color: Hopbush. HEX triplet: C9, 70 and A7. RGB value is (201,112,167). Sum of RGB (Red+Green+Blue) = 201+112+167=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C970A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C970A7 is #368F58. Grayscale: #909090. Windows color (decimal): -3575641 or 10973385. OLE color: 10973385.
HSL color Cylindrical-coordinate representation of color #C970A7: hue angle of 322.92º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C970A7 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 167 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.21 |
| HSL | 322.92º | 0.45% | 0.61% | - |
| HSV(B) | 322.92º | 0.44% | 0.79% | - |
| XYZ | 36.86 | 26.8 | 39.79 | - |
| YUV | 144.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 167 | 0 | 0.44 | 0.17 | 0.21 | 322.92 | 0.45 | 0.61 |
| Hex | C9 | 70 | A7 | 0 | 2C | 11 | 15 | 143 | 2D | 3D |
| Octal | 311 | 160 | 247 | 0 | 54 | 21 | 25 | 503 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10100111 | 0 | 101100 | 10001 | 10101 | 101000011 | 101101 | 111101 |
Color Harmonies of #C970A7
Complementary color
Monochromatic Colors of #C970A7
Black with #C970A7
Text Example
Text Example
White with #C970A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970A7; }
p { color: rgb(201,112,167); }
H1.HeaderClassName
{
color: #C970A7;
}
.AnyTagClassName
{
color: #C970A7;
}
</style>
background-color css
<style>
a { background-color: #C970A7; }
a { background-color: rgb(201,112,167); }
div.DivClassName
{
background-color: #C970A7;
}
.BgClassName
{
background-color: #C970A7;
}
</style>
border-color css
<style>
span { border-color: #C970A7; }
span { border-color: rgb(201,112,167); }
td.TdClassName
{
border-color: #C970A7;
}
.TagClassName
{
border-color: #C970A7;
}
</style>