Shades of Hopbush #C46BA3
Tints of Hopbush #C46BA3
RGB
CMYK
RGB Variations
Color information
#C46BA3 (or 0xC46BA3) is known color: Hopbush. HEX triplet: C4, 6B and A3. RGB value is (196,107,163). Sum of RGB (Red+Green+Blue) = 196+107+163=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C46BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46BA3 is #3B945C. Grayscale: #8B8B8B. Windows color (decimal): -3904605 or 10709956. OLE color: 10709956.
HSL color Cylindrical-coordinate representation of color #C46BA3: hue angle of 322.25º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46BA3 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 107 | 163 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.23 |
| HSL | 322.25º | 0.43% | 0.59% | - |
| HSV(B) | 322.25º | 0.45% | 0.77% | - |
| XYZ | 34.63 | 24.9 | 37.63 | - |
| YUV | 140 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 163 | 0 | 0.45 | 0.17 | 0.23 | 322.25 | 0.43 | 0.59 |
| Hex | C4 | 6B | A3 | 0 | 2D | 11 | 17 | 142 | 2B | 3B |
| Octal | 304 | 153 | 243 | 0 | 55 | 21 | 27 | 502 | 53 | 73 |
| Binary | 11000100 | 1101011 | 10100011 | 0 | 101101 | 10001 | 10111 | 101000010 | 101011 | 111011 |
Color Harmonies of #C46BA3
Complementary color
Monochromatic Colors of #C46BA3
Black with #C46BA3
Text Example
Text Example
White with #C46BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46BA3; }
p { color: rgb(196,107,163); }
H1.HeaderClassName
{
color: #C46BA3;
}
.AnyTagClassName
{
color: #C46BA3;
}
</style>
background-color css
<style>
a { background-color: #C46BA3; }
a { background-color: rgb(196,107,163); }
div.DivClassName
{
background-color: #C46BA3;
}
.BgClassName
{
background-color: #C46BA3;
}
</style>
border-color css
<style>
span { border-color: #C46BA3; }
span { border-color: rgb(196,107,163); }
td.TdClassName
{
border-color: #C46BA3;
}
.TagClassName
{
border-color: #C46BA3;
}
</style>