Shades of Hopbush #C46895
Tints of Hopbush #C46895
RGB
CMYK
RGB Variations
Color information
#C46895 (or 0xC46895) is known color: Hopbush. HEX triplet: C4, 68 and 95. RGB value is (196,104,149). Sum of RGB (Red+Green+Blue) = 196+104+149=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C46895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46895 is #3B976A. Grayscale: #888888. Windows color (decimal): -3905387 or 9791684. OLE color: 9791684.
HSL color Cylindrical-coordinate representation of color #C46895: hue angle of 330.65º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46895 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 149 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.23 |
| HSL | 330.65º | 0.44% | 0.59% | - |
| HSV(B) | 330.65º | 0.47% | 0.77% | - |
| XYZ | 33.14 | 23.81 | 31.28 | - |
| YUV | 136.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 149 | 0 | 0.47 | 0.24 | 0.23 | 330.65 | 0.44 | 0.59 |
| Hex | C4 | 68 | 95 | 0 | 2F | 18 | 17 | 14B | 2C | 3B |
| Octal | 304 | 150 | 225 | 0 | 57 | 30 | 27 | 513 | 54 | 73 |
| Binary | 11000100 | 1101000 | 10010101 | 0 | 101111 | 11000 | 10111 | 101001011 | 101100 | 111011 |
Color Harmonies of #C46895
Complementary color
Monochromatic Colors of #C46895
Black with #C46895
Text Example
Text Example
White with #C46895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46895; }
p { color: rgb(196,104,149); }
H1.HeaderClassName
{
color: #C46895;
}
.AnyTagClassName
{
color: #C46895;
}
</style>
background-color css
<style>
a { background-color: #C46895; }
a { background-color: rgb(196,104,149); }
div.DivClassName
{
background-color: #C46895;
}
.BgClassName
{
background-color: #C46895;
}
</style>
border-color css
<style>
span { border-color: #C46895; }
span { border-color: rgb(196,104,149); }
td.TdClassName
{
border-color: #C46895;
}
.TagClassName
{
border-color: #C46895;
}
</style>