Shades of Hopbush #C46CA2
Tints of Hopbush #C46CA2
RGB
CMYK
RGB Variations
Color information
#C46CA2 (or 0xC46CA2) is known color: Hopbush. HEX triplet: C4, 6C and A2. RGB value is (196,108,162). Sum of RGB (Red+Green+Blue) = 196+108+162=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46CA2 is #3B935D. Grayscale: #8C8C8C. Windows color (decimal): -3904350 or 10644676. OLE color: 10644676.
HSL color Cylindrical-coordinate representation of color #C46CA2: hue angle of 323.18º 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 #C46CA2 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 162 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.23 |
| HSL | 323.18º | 0.43% | 0.6% | - |
| HSV(B) | 323.18º | 0.45% | 0.77% | - |
| XYZ | 34.65 | 25.07 | 37.2 | - |
| YUV | 140.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 162 | 0 | 0.45 | 0.17 | 0.23 | 323.18 | 0.43 | 0.6 |
| Hex | C4 | 6C | A2 | 0 | 2D | 11 | 17 | 143 | 2B | 3C |
| Octal | 304 | 154 | 242 | 0 | 55 | 21 | 27 | 503 | 53 | 74 |
| Binary | 11000100 | 1101100 | 10100010 | 0 | 101101 | 10001 | 10111 | 101000011 | 101011 | 111100 |
Color Harmonies of #C46CA2
Complementary color
Monochromatic Colors of #C46CA2
Black with #C46CA2
Text Example
Text Example
White with #C46CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CA2; }
p { color: rgb(196,108,162); }
H1.HeaderClassName
{
color: #C46CA2;
}
.AnyTagClassName
{
color: #C46CA2;
}
</style>
background-color css
<style>
a { background-color: #C46CA2; }
a { background-color: rgb(196,108,162); }
div.DivClassName
{
background-color: #C46CA2;
}
.BgClassName
{
background-color: #C46CA2;
}
</style>
border-color css
<style>
span { border-color: #C46CA2; }
span { border-color: rgb(196,108,162); }
td.TdClassName
{
border-color: #C46CA2;
}
.TagClassName
{
border-color: #C46CA2;
}
</style>