Shades of Hopbush #C462A4
Tints of Hopbush #C462A4
RGB
CMYK
RGB Variations
Color information
#C462A4 (or 0xC462A4) is known color: Hopbush. HEX triplet: C4, 62 and A4. RGB value is (196,98,164). Sum of RGB (Red+Green+Blue) = 196+98+164=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C462A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C462A4 is #3B9D5B. Grayscale: #868686. Windows color (decimal): -3906908 or 10773188. OLE color: 10773188.
HSL color Cylindrical-coordinate representation of color #C462A4: hue angle of 319.59º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C462A4 is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 164 | - |
| CMYK | 0 | 0.5 | 0.16 | 0.23 |
| HSL | 319.59º | 0.45% | 0.58% | - |
| HSV(B) | 319.59º | 0.5% | 0.77% | - |
| XYZ | 33.83 | 23.15 | 37.81 | - |
| YUV | 134.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 164 | 0 | 0.5 | 0.16 | 0.23 | 319.59 | 0.45 | 0.58 |
| Hex | C4 | 62 | A4 | 0 | 32 | 10 | 17 | 140 | 2D | 3A |
| Octal | 304 | 142 | 244 | 0 | 62 | 20 | 27 | 500 | 55 | 72 |
| Binary | 11000100 | 1100010 | 10100100 | 0 | 110010 | 10000 | 10111 | 101000000 | 101101 | 111010 |
Color Harmonies of #C462A4
Complementary color
Monochromatic Colors of #C462A4
Black with #C462A4
Text Example
Text Example
White with #C462A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462A4; }
p { color: rgb(196,98,164); }
H1.HeaderClassName
{
color: #C462A4;
}
.AnyTagClassName
{
color: #C462A4;
}
</style>
background-color css
<style>
a { background-color: #C462A4; }
a { background-color: rgb(196,98,164); }
div.DivClassName
{
background-color: #C462A4;
}
.BgClassName
{
background-color: #C462A4;
}
</style>
border-color css
<style>
span { border-color: #C462A4; }
span { border-color: rgb(196,98,164); }
td.TdClassName
{
border-color: #C462A4;
}
.TagClassName
{
border-color: #C462A4;
}
</style>