Shades of Hopbush #C46BAB
Tints of Hopbush #C46BAB
RGB
CMYK
RGB Variations
Color information
#C46BAB (or 0xC46BAB) is known color: Hopbush. HEX triplet: C4, 6B and AB. RGB value is (196,107,171). Sum of RGB (Red+Green+Blue) = 196+107+171=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C46BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46BAB is #3B9454. Grayscale: #8C8C8C. Windows color (decimal): -3904597 or 11234244. OLE color: 11234244.
HSL color Cylindrical-coordinate representation of color #C46BAB: hue angle of 316.85º 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 #C46BAB is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 107 | 171 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.23 |
| HSL | 316.85º | 0.43% | 0.59% | - |
| HSV(B) | 316.85º | 0.45% | 0.77% | - |
| XYZ | 35.37 | 25.19 | 41.53 | - |
| YUV | 140.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 171 | 0 | 0.45 | 0.13 | 0.23 | 316.85 | 0.43 | 0.59 |
| Hex | C4 | 6B | AB | 0 | 2D | D | 17 | 13D | 2B | 3B |
| Octal | 304 | 153 | 253 | 0 | 55 | 15 | 27 | 475 | 53 | 73 |
| Binary | 11000100 | 1101011 | 10101011 | 0 | 101101 | 1101 | 10111 | 100111101 | 101011 | 111011 |
Color Harmonies of #C46BAB
Complementary color
Monochromatic Colors of #C46BAB
Black with #C46BAB
Text Example
Text Example
White with #C46BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46BAB; }
p { color: rgb(196,107,171); }
H1.HeaderClassName
{
color: #C46BAB;
}
.AnyTagClassName
{
color: #C46BAB;
}
</style>
background-color css
<style>
a { background-color: #C46BAB; }
a { background-color: rgb(196,107,171); }
div.DivClassName
{
background-color: #C46BAB;
}
.BgClassName
{
background-color: #C46BAB;
}
</style>
border-color css
<style>
span { border-color: #C46BAB; }
span { border-color: rgb(196,107,171); }
td.TdClassName
{
border-color: #C46BAB;
}
.TagClassName
{
border-color: #C46BAB;
}
</style>