Shades of Hopbush #C37396
Tints of Hopbush #C37396
RGB
CMYK
RGB Variations
Color information
#C37396 (or 0xC37396) is known color: Hopbush. HEX triplet: C3, 73 and 96. RGB value is (195,115,150). Sum of RGB (Red+Green+Blue) = 195+115+150=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C37396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37396 is #3C8C69. Grayscale: #8E8E8E. Windows color (decimal): -3968106 or 9860035. OLE color: 9860035.
HSL color Cylindrical-coordinate representation of color #C37396: hue angle of 333.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C37396 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 150 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.24 |
| HSL | 333.75º | 0.4% | 0.61% | - |
| HSV(B) | 333.75º | 0.41% | 0.76% | - |
| XYZ | 34.14 | 26.07 | 32.09 | - |
| YUV | 142.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 150 | 0 | 0.41 | 0.23 | 0.24 | 333.75 | 0.4 | 0.61 |
| Hex | C3 | 73 | 96 | 0 | 29 | 17 | 18 | 14E | 28 | 3D |
| Octal | 303 | 163 | 226 | 0 | 51 | 27 | 30 | 516 | 50 | 75 |
| Binary | 11000011 | 1110011 | 10010110 | 0 | 101001 | 10111 | 11000 | 101001110 | 101000 | 111101 |
Color Harmonies of #C37396
Complementary color
Monochromatic Colors of #C37396
Black with #C37396
Text Example
Text Example
White with #C37396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37396; }
p { color: rgb(195,115,150); }
H1.HeaderClassName
{
color: #C37396;
}
.AnyTagClassName
{
color: #C37396;
}
</style>
background-color css
<style>
a { background-color: #C37396; }
a { background-color: rgb(195,115,150); }
div.DivClassName
{
background-color: #C37396;
}
.BgClassName
{
background-color: #C37396;
}
</style>
border-color css
<style>
span { border-color: #C37396; }
span { border-color: rgb(195,115,150); }
td.TdClassName
{
border-color: #C37396;
}
.TagClassName
{
border-color: #C37396;
}
</style>