Shades of Hopbush #C37095
Tints of Hopbush #C37095
RGB
CMYK
RGB Variations
Color information
#C37095 (or 0xC37095) is known color: Hopbush. HEX triplet: C3, 70 and 95. RGB value is (195,112,149). Sum of RGB (Red+Green+Blue) = 195+112+149=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C37095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37095 is #3C8F6A. Grayscale: #8C8C8C. Windows color (decimal): -3968875 or 9793731. OLE color: 9793731.
HSL color Cylindrical-coordinate representation of color #C37095: hue angle of 333.25º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37095 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 149 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.24 |
| HSL | 333.25º | 0.41% | 0.6% | - |
| HSV(B) | 333.25º | 0.43% | 0.76% | - |
| XYZ | 33.72 | 25.36 | 31.55 | - |
| YUV | 141.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 149 | 0 | 0.43 | 0.24 | 0.24 | 333.25 | 0.41 | 0.6 |
| Hex | C3 | 70 | 95 | 0 | 2B | 18 | 18 | 14D | 29 | 3C |
| Octal | 303 | 160 | 225 | 0 | 53 | 30 | 30 | 515 | 51 | 74 |
| Binary | 11000011 | 1110000 | 10010101 | 0 | 101011 | 11000 | 11000 | 101001101 | 101001 | 111100 |
Color Harmonies of #C37095
Complementary color
Monochromatic Colors of #C37095
Black with #C37095
Text Example
Text Example
White with #C37095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37095; }
p { color: rgb(195,112,149); }
H1.HeaderClassName
{
color: #C37095;
}
.AnyTagClassName
{
color: #C37095;
}
</style>
background-color css
<style>
a { background-color: #C37095; }
a { background-color: rgb(195,112,149); }
div.DivClassName
{
background-color: #C37095;
}
.BgClassName
{
background-color: #C37095;
}
</style>
border-color css
<style>
span { border-color: #C37095; }
span { border-color: rgb(195,112,149); }
td.TdClassName
{
border-color: #C37095;
}
.TagClassName
{
border-color: #C37095;
}
</style>