Shades of Hopbush #C46391
Tints of Hopbush #C46391
RGB
CMYK
RGB Variations
Color information
#C46391 (or 0xC46391) is known color: Hopbush. HEX triplet: C4, 63 and 91. RGB value is (196,99,145). Sum of RGB (Red+Green+Blue) = 196+99+145=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C46391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46391 is #3B9C6E. Grayscale: #858585. Windows color (decimal): -3906671 or 9528260. OLE color: 9528260.
HSL color Cylindrical-coordinate representation of color #C46391: hue angle of 331.55º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C46391 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 145 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.23 |
| HSL | 331.55º | 0.45% | 0.58% | - |
| HSV(B) | 331.55º | 0.49% | 0.77% | - |
| XYZ | 32.34 | 22.7 | 29.47 | - |
| YUV | 133.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 145 | 0 | 0.49 | 0.26 | 0.23 | 331.55 | 0.45 | 0.58 |
| Hex | C4 | 63 | 91 | 0 | 31 | 1A | 17 | 14C | 2D | 3A |
| Octal | 304 | 143 | 221 | 0 | 61 | 32 | 27 | 514 | 55 | 72 |
| Binary | 11000100 | 1100011 | 10010001 | 0 | 110001 | 11010 | 10111 | 101001100 | 101101 | 111010 |
Color Harmonies of #C46391
Complementary color
Monochromatic Colors of #C46391
Black with #C46391
Text Example
Text Example
White with #C46391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46391; }
p { color: rgb(196,99,145); }
H1.HeaderClassName
{
color: #C46391;
}
.AnyTagClassName
{
color: #C46391;
}
</style>
background-color css
<style>
a { background-color: #C46391; }
a { background-color: rgb(196,99,145); }
div.DivClassName
{
background-color: #C46391;
}
.BgClassName
{
background-color: #C46391;
}
</style>
border-color css
<style>
span { border-color: #C46391; }
span { border-color: rgb(196,99,145); }
td.TdClassName
{
border-color: #C46391;
}
.TagClassName
{
border-color: #C46391;
}
</style>