Shades of Hopbush #C475A8
Tints of Hopbush #C475A8
RGB
CMYK
RGB Variations
Color information
#C475A8 (or 0xC475A8) is known color: Hopbush. HEX triplet: C4, 75 and A8. RGB value is (196,117,168). Sum of RGB (Red+Green+Blue) = 196+117+168=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C475A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C475A8 is #3B8A57. Grayscale: #929292. Windows color (decimal): -3902040 or 11040196. OLE color: 11040196.
HSL color Cylindrical-coordinate representation of color #C475A8: hue angle of 321.27º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C475A8 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 168 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.23 |
| HSL | 321.27º | 0.4% | 0.61% | - |
| HSV(B) | 321.27º | 0.4% | 0.77% | - |
| XYZ | 36.19 | 27.29 | 40.4 | - |
| YUV | 146.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 168 | 0 | 0.40 | 0.14 | 0.23 | 321.27 | 0.4 | 0.61 |
| Hex | C4 | 75 | A8 | 0 | 28 | E | 17 | 141 | 28 | 3D |
| Octal | 304 | 165 | 250 | 0 | 50 | 16 | 27 | 501 | 50 | 75 |
| Binary | 11000100 | 1110101 | 10101000 | 0 | 101000 | 1110 | 10111 | 101000001 | 101000 | 111101 |
Color Harmonies of #C475A8
Complementary color
Monochromatic Colors of #C475A8
Black with #C475A8
Text Example
Text Example
White with #C475A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C475A8; }
p { color: rgb(196,117,168); }
H1.HeaderClassName
{
color: #C475A8;
}
.AnyTagClassName
{
color: #C475A8;
}
</style>
background-color css
<style>
a { background-color: #C475A8; }
a { background-color: rgb(196,117,168); }
div.DivClassName
{
background-color: #C475A8;
}
.BgClassName
{
background-color: #C475A8;
}
</style>
border-color css
<style>
span { border-color: #C475A8; }
span { border-color: rgb(196,117,168); }
td.TdClassName
{
border-color: #C475A8;
}
.TagClassName
{
border-color: #C475A8;
}
</style>