Shades of Hopbush #C462A3
Tints of Hopbush #C462A3
RGB
CMYK
RGB Variations
Color information
#C462A3 (or 0xC462A3) is known color: Hopbush. HEX triplet: C4, 62 and A3. RGB value is (196,98,163). Sum of RGB (Red+Green+Blue) = 196+98+163=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C462A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C462A3 is #3B9D5C. Grayscale: #868686. Windows color (decimal): -3906909 or 10707652. OLE color: 10707652.
HSL color Cylindrical-coordinate representation of color #C462A3: hue angle of 320.2º 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 #C462A3 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 163 | - |
| CMYK | 0 | 0.5 | 0.17 | 0.23 |
| HSL | 320.2º | 0.45% | 0.58% | - |
| HSV(B) | 320.2º | 0.5% | 0.77% | - |
| XYZ | 33.74 | 23.12 | 37.33 | - |
| YUV | 134.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 163 | 0 | 0.5 | 0.17 | 0.23 | 320.2 | 0.45 | 0.58 |
| Hex | C4 | 62 | A3 | 0 | 32 | 11 | 17 | 140 | 2D | 3A |
| Octal | 304 | 142 | 243 | 0 | 62 | 21 | 27 | 500 | 55 | 72 |
| Binary | 11000100 | 1100010 | 10100011 | 0 | 110010 | 10001 | 10111 | 101000000 | 101101 | 111010 |
Color Harmonies of #C462A3
Complementary color
Monochromatic Colors of #C462A3
Black with #C462A3
Text Example
Text Example
White with #C462A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462A3; }
p { color: rgb(196,98,163); }
H1.HeaderClassName
{
color: #C462A3;
}
.AnyTagClassName
{
color: #C462A3;
}
</style>
background-color css
<style>
a { background-color: #C462A3; }
a { background-color: rgb(196,98,163); }
div.DivClassName
{
background-color: #C462A3;
}
.BgClassName
{
background-color: #C462A3;
}
</style>
border-color css
<style>
span { border-color: #C462A3; }
span { border-color: rgb(196,98,163); }
td.TdClassName
{
border-color: #C462A3;
}
.TagClassName
{
border-color: #C462A3;
}
</style>