Shades of Hopbush #C470AB
Tints of Hopbush #C470AB
RGB
CMYK
RGB Variations
Color information
#C470AB (or 0xC470AB) is known color: Hopbush. HEX triplet: C4, 70 and AB. RGB value is (196,112,171). Sum of RGB (Red+Green+Blue) = 196+112+171=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C470AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C470AB is #3B8F54. Grayscale: #8F8F8F. Windows color (decimal): -3903317 or 11235524. OLE color: 11235524.
HSL color Cylindrical-coordinate representation of color #C470AB: hue angle of 317.86º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C470AB is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 171 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.23 |
| HSL | 317.86º | 0.42% | 0.6% | - |
| HSV(B) | 317.86º | 0.43% | 0.77% | - |
| XYZ | 35.91 | 26.26 | 41.7 | - |
| YUV | 143.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 171 | 0 | 0.43 | 0.13 | 0.23 | 317.86 | 0.42 | 0.6 |
| Hex | C4 | 70 | AB | 0 | 2B | D | 17 | 13E | 2A | 3C |
| Octal | 304 | 160 | 253 | 0 | 53 | 15 | 27 | 476 | 52 | 74 |
| Binary | 11000100 | 1110000 | 10101011 | 0 | 101011 | 1101 | 10111 | 100111110 | 101010 | 111100 |
Color Harmonies of #C470AB
Complementary color
Monochromatic Colors of #C470AB
Black with #C470AB
Text Example
Text Example
White with #C470AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470AB; }
p { color: rgb(196,112,171); }
H1.HeaderClassName
{
color: #C470AB;
}
.AnyTagClassName
{
color: #C470AB;
}
</style>
background-color css
<style>
a { background-color: #C470AB; }
a { background-color: rgb(196,112,171); }
div.DivClassName
{
background-color: #C470AB;
}
.BgClassName
{
background-color: #C470AB;
}
</style>
border-color css
<style>
span { border-color: #C470AB; }
span { border-color: rgb(196,112,171); }
td.TdClassName
{
border-color: #C470AB;
}
.TagClassName
{
border-color: #C470AB;
}
</style>