Shades of Hopbush #C45FA0
Tints of Hopbush #C45FA0
RGB
CMYK
RGB Variations
Color information
#C45FA0 (or 0xC45FA0) is known color: Hopbush. HEX triplet: C4, 5F and A0. RGB value is (196,95,160). Sum of RGB (Red+Green+Blue) = 196+95+160=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C45FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45FA0 is #3BA05F. Grayscale: #848484. Windows color (decimal): -3907680 or 10510276. OLE color: 10510276.
HSL color Cylindrical-coordinate representation of color #C45FA0: hue angle of 321.39º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45FA0 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 160 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.23 |
| HSL | 321.39º | 0.46% | 0.57% | - |
| HSV(B) | 321.39º | 0.52% | 0.77% | - |
| XYZ | 33.2 | 22.46 | 35.84 | - |
| YUV | 132.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 160 | 0 | 0.52 | 0.18 | 0.23 | 321.39 | 0.46 | 0.57 |
| Hex | C4 | 5F | A0 | 0 | 34 | 12 | 17 | 141 | 2E | 39 |
| Octal | 304 | 137 | 240 | 0 | 64 | 22 | 27 | 501 | 56 | 71 |
| Binary | 11000100 | 1011111 | 10100000 | 0 | 110100 | 10010 | 10111 | 101000001 | 101110 | 111001 |
Color Harmonies of #C45FA0
Complementary color
Monochromatic Colors of #C45FA0
Black with #C45FA0
Text Example
Text Example
White with #C45FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FA0; }
p { color: rgb(196,95,160); }
H1.HeaderClassName
{
color: #C45FA0;
}
.AnyTagClassName
{
color: #C45FA0;
}
</style>
background-color css
<style>
a { background-color: #C45FA0; }
a { background-color: rgb(196,95,160); }
div.DivClassName
{
background-color: #C45FA0;
}
.BgClassName
{
background-color: #C45FA0;
}
</style>
border-color css
<style>
span { border-color: #C45FA0; }
span { border-color: rgb(196,95,160); }
td.TdClassName
{
border-color: #C45FA0;
}
.TagClassName
{
border-color: #C45FA0;
}
</style>