Shades of Hopbush #C970AE
Tints of Hopbush #C970AE
RGB
CMYK
RGB Variations
Color information
#C970AE (or 0xC970AE) is known color: Hopbush. HEX triplet: C9, 70 and AE. RGB value is (201,112,174). Sum of RGB (Red+Green+Blue) = 201+112+174=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C970AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C970AE is #368F51. Grayscale: #919191. Windows color (decimal): -3575634 or 11432137. OLE color: 11432137.
HSL color Cylindrical-coordinate representation of color #C970AE: hue angle of 318.2º 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 #C970AE is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 174 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.21 |
| HSL | 318.2º | 0.45% | 0.61% | - |
| HSV(B) | 318.2º | 0.44% | 0.79% | - |
| XYZ | 37.52 | 27.06 | 43.29 | - |
| YUV | 145.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 174 | 0 | 0.44 | 0.13 | 0.21 | 318.2 | 0.45 | 0.61 |
| Hex | C9 | 70 | AE | 0 | 2C | D | 15 | 13E | 2D | 3D |
| Octal | 311 | 160 | 256 | 0 | 54 | 15 | 25 | 476 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10101110 | 0 | 101100 | 1101 | 10101 | 100111110 | 101101 | 111101 |
Color Harmonies of #C970AE
Complementary color
Monochromatic Colors of #C970AE
Black with #C970AE
Text Example
Text Example
White with #C970AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970AE; }
p { color: rgb(201,112,174); }
H1.HeaderClassName
{
color: #C970AE;
}
.AnyTagClassName
{
color: #C970AE;
}
</style>
background-color css
<style>
a { background-color: #C970AE; }
a { background-color: rgb(201,112,174); }
div.DivClassName
{
background-color: #C970AE;
}
.BgClassName
{
background-color: #C970AE;
}
</style>
border-color css
<style>
span { border-color: #C970AE; }
span { border-color: rgb(201,112,174); }
td.TdClassName
{
border-color: #C970AE;
}
.TagClassName
{
border-color: #C970AE;
}
</style>