Shades of Hopbush #C46B8B
Tints of Hopbush #C46B8B
RGB
CMYK
RGB Variations
Color information
#C46B8B (or 0xC46B8B) is known color: Hopbush. HEX triplet: C4, 6B and 8B. RGB value is (196,107,139). Sum of RGB (Red+Green+Blue) = 196+107+139=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46B8B is #3B9474. Grayscale: #898989. Windows color (decimal): -3904629 or 9137092. OLE color: 9137092.
HSL color Cylindrical-coordinate representation of color #C46B8B: hue angle of 338.43º 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 #C46B8B is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 107 | 139 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.23 |
| HSL | 338.43º | 0.43% | 0.59% | - |
| HSV(B) | 338.43º | 0.45% | 0.77% | - |
| XYZ | 32.68 | 24.12 | 27.36 | - |
| YUV | 137.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 139 | 0 | 0.45 | 0.29 | 0.23 | 338.43 | 0.43 | 0.59 |
| Hex | C4 | 6B | 8B | 0 | 2D | 1D | 17 | 152 | 2B | 3B |
| Octal | 304 | 153 | 213 | 0 | 55 | 35 | 27 | 522 | 53 | 73 |
| Binary | 11000100 | 1101011 | 10001011 | 0 | 101101 | 11101 | 10111 | 101010010 | 101011 | 111011 |
Color Harmonies of #C46B8B
Complementary color
Monochromatic Colors of #C46B8B
Black with #C46B8B
Text Example
Text Example
White with #C46B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46B8B; }
p { color: rgb(196,107,139); }
H1.HeaderClassName
{
color: #C46B8B;
}
.AnyTagClassName
{
color: #C46B8B;
}
</style>
background-color css
<style>
a { background-color: #C46B8B; }
a { background-color: rgb(196,107,139); }
div.DivClassName
{
background-color: #C46B8B;
}
.BgClassName
{
background-color: #C46B8B;
}
</style>
border-color css
<style>
span { border-color: #C46B8B; }
span { border-color: rgb(196,107,139); }
td.TdClassName
{
border-color: #C46B8B;
}
.TagClassName
{
border-color: #C46B8B;
}
</style>