Shades of Hopbush #C46695
Tints of Hopbush #C46695
RGB
CMYK
RGB Variations
Color information
#C46695 (or 0xC46695) is known color: Hopbush. HEX triplet: C4, 66 and 95. RGB value is (196,102,149). Sum of RGB (Red+Green+Blue) = 196+102+149=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C46695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46695 is #3B996A. Grayscale: #878787. Windows color (decimal): -3905899 or 9791172. OLE color: 9791172.
HSL color Cylindrical-coordinate representation of color #C46695: hue angle of 330º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46695 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 149 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.23 |
| HSL | 330º | 0.44% | 0.58% | - |
| HSV(B) | 330º | 0.48% | 0.77% | - |
| XYZ | 32.94 | 23.41 | 31.22 | - |
| YUV | 135.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 149 | 0 | 0.48 | 0.24 | 0.23 | 330 | 0.44 | 0.58 |
| Hex | C4 | 66 | 95 | 0 | 30 | 18 | 17 | 14A | 2C | 3A |
| Octal | 304 | 146 | 225 | 0 | 60 | 30 | 27 | 512 | 54 | 72 |
| Binary | 11000100 | 1100110 | 10010101 | 0 | 110000 | 11000 | 10111 | 101001010 | 101100 | 111010 |
Color Harmonies of #C46695
Complementary color
Monochromatic Colors of #C46695
Black with #C46695
Text Example
Text Example
White with #C46695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46695; }
p { color: rgb(196,102,149); }
H1.HeaderClassName
{
color: #C46695;
}
.AnyTagClassName
{
color: #C46695;
}
</style>
background-color css
<style>
a { background-color: #C46695; }
a { background-color: rgb(196,102,149); }
div.DivClassName
{
background-color: #C46695;
}
.BgClassName
{
background-color: #C46695;
}
</style>
border-color css
<style>
span { border-color: #C46695; }
span { border-color: rgb(196,102,149); }
td.TdClassName
{
border-color: #C46695;
}
.TagClassName
{
border-color: #C46695;
}
</style>