Shades of Hopbush #C46CA3
Tints of Hopbush #C46CA3
RGB
CMYK
RGB Variations
Color information
#C46CA3 (or 0xC46CA3) is known color: Hopbush. HEX triplet: C4, 6C and A3. RGB value is (196,108,163). Sum of RGB (Red+Green+Blue) = 196+108+163=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46CA3 is #3B935C. Grayscale: #8C8C8C. Windows color (decimal): -3904349 or 10710212. OLE color: 10710212.
HSL color Cylindrical-coordinate representation of color #C46CA3: hue angle of 322.5º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46CA3 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 163 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.23 |
| HSL | 322.5º | 0.43% | 0.6% | - |
| HSV(B) | 322.5º | 0.45% | 0.77% | - |
| XYZ | 34.74 | 25.11 | 37.67 | - |
| YUV | 140.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 163 | 0 | 0.45 | 0.17 | 0.23 | 322.5 | 0.43 | 0.6 |
| Hex | C4 | 6C | A3 | 0 | 2D | 11 | 17 | 142 | 2B | 3C |
| Octal | 304 | 154 | 243 | 0 | 55 | 21 | 27 | 502 | 53 | 74 |
| Binary | 11000100 | 1101100 | 10100011 | 0 | 101101 | 10001 | 10111 | 101000010 | 101011 | 111100 |
Color Harmonies of #C46CA3
Complementary color
Monochromatic Colors of #C46CA3
Black with #C46CA3
Text Example
Text Example
White with #C46CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CA3; }
p { color: rgb(196,108,163); }
H1.HeaderClassName
{
color: #C46CA3;
}
.AnyTagClassName
{
color: #C46CA3;
}
</style>
background-color css
<style>
a { background-color: #C46CA3; }
a { background-color: rgb(196,108,163); }
div.DivClassName
{
background-color: #C46CA3;
}
.BgClassName
{
background-color: #C46CA3;
}
</style>
border-color css
<style>
span { border-color: #C46CA3; }
span { border-color: rgb(196,108,163); }
td.TdClassName
{
border-color: #C46CA3;
}
.TagClassName
{
border-color: #C46CA3;
}
</style>