Shades of Hopbush #C46FAB
Tints of Hopbush #C46FAB
RGB
CMYK
RGB Variations
Color information
#C46FAB (or 0xC46FAB) is known color: Hopbush. HEX triplet: C4, 6F and AB. RGB value is (196,111,171). Sum of RGB (Red+Green+Blue) = 196+111+171=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C46FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46FAB is #3B9054. Grayscale: #8F8F8F. Windows color (decimal): -3903573 or 11235268. OLE color: 11235268.
HSL color Cylindrical-coordinate representation of color #C46FAB: hue angle of 317.65º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C46FAB is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 171 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.23 |
| HSL | 317.65º | 0.42% | 0.6% | - |
| HSV(B) | 317.65º | 0.43% | 0.77% | - |
| XYZ | 35.8 | 26.04 | 41.67 | - |
| YUV | 143.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 171 | 0 | 0.43 | 0.13 | 0.23 | 317.65 | 0.42 | 0.6 |
| Hex | C4 | 6F | AB | 0 | 2B | D | 17 | 13E | 2A | 3C |
| Octal | 304 | 157 | 253 | 0 | 53 | 15 | 27 | 476 | 52 | 74 |
| Binary | 11000100 | 1101111 | 10101011 | 0 | 101011 | 1101 | 10111 | 100111110 | 101010 | 111100 |
Color Harmonies of #C46FAB
Complementary color
Monochromatic Colors of #C46FAB
Black with #C46FAB
Text Example
Text Example
White with #C46FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FAB; }
p { color: rgb(196,111,171); }
H1.HeaderClassName
{
color: #C46FAB;
}
.AnyTagClassName
{
color: #C46FAB;
}
</style>
background-color css
<style>
a { background-color: #C46FAB; }
a { background-color: rgb(196,111,171); }
div.DivClassName
{
background-color: #C46FAB;
}
.BgClassName
{
background-color: #C46FAB;
}
</style>
border-color css
<style>
span { border-color: #C46FAB; }
span { border-color: rgb(196,111,171); }
td.TdClassName
{
border-color: #C46FAB;
}
.TagClassName
{
border-color: #C46FAB;
}
</style>