Shades of Hopbush #C46A8B
Tints of Hopbush #C46A8B
RGB
CMYK
RGB Variations
Color information
#C46A8B (or 0xC46A8B) is known color: Hopbush. HEX triplet: C4, 6A and 8B. RGB value is (196,106,139). Sum of RGB (Red+Green+Blue) = 196+106+139=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46A8B is #3B9574. Grayscale: #888888. Windows color (decimal): -3904885 or 9136836. OLE color: 9136836.
HSL color Cylindrical-coordinate representation of color #C46A8B: hue angle of 338º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46A8B is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 139 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.23 |
| HSL | 338º | 0.43% | 0.59% | - |
| HSV(B) | 338º | 0.46% | 0.77% | - |
| XYZ | 32.58 | 23.91 | 27.32 | - |
| YUV | 136.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 139 | 0 | 0.46 | 0.29 | 0.23 | 338 | 0.43 | 0.59 |
| Hex | C4 | 6A | 8B | 0 | 2E | 1D | 17 | 152 | 2B | 3B |
| Octal | 304 | 152 | 213 | 0 | 56 | 35 | 27 | 522 | 53 | 73 |
| Binary | 11000100 | 1101010 | 10001011 | 0 | 101110 | 11101 | 10111 | 101010010 | 101011 | 111011 |
Color Harmonies of #C46A8B
Complementary color
Monochromatic Colors of #C46A8B
Black with #C46A8B
Text Example
Text Example
White with #C46A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A8B; }
p { color: rgb(196,106,139); }
H1.HeaderClassName
{
color: #C46A8B;
}
.AnyTagClassName
{
color: #C46A8B;
}
</style>
background-color css
<style>
a { background-color: #C46A8B; }
a { background-color: rgb(196,106,139); }
div.DivClassName
{
background-color: #C46A8B;
}
.BgClassName
{
background-color: #C46A8B;
}
</style>
border-color css
<style>
span { border-color: #C46A8B; }
span { border-color: rgb(196,106,139); }
td.TdClassName
{
border-color: #C46A8B;
}
.TagClassName
{
border-color: #C46A8B;
}
</style>