Shades of Hopbush #C37497
Tints of Hopbush #C37497
RGB
CMYK
RGB Variations
Color information
#C37497 (or 0xC37497) is known color: Hopbush. HEX triplet: C3, 74 and 97. RGB value is (195,116,151). Sum of RGB (Red+Green+Blue) = 195+116+151=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C37497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37497 is #3C8B68. Grayscale: #8F8F8F. Windows color (decimal): -3967849 or 9925827. OLE color: 9925827.
HSL color Cylindrical-coordinate representation of color #C37497: hue angle of 333.42º 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 #C37497 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 151 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.24 |
| HSL | 333.42º | 0.4% | 0.61% | - |
| HSV(B) | 333.42º | 0.41% | 0.76% | - |
| XYZ | 34.34 | 26.33 | 32.55 | - |
| YUV | 143.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 151 | 0 | 0.41 | 0.23 | 0.24 | 333.42 | 0.4 | 0.61 |
| Hex | C3 | 74 | 97 | 0 | 29 | 17 | 18 | 14D | 28 | 3D |
| Octal | 303 | 164 | 227 | 0 | 51 | 27 | 30 | 515 | 50 | 75 |
| Binary | 11000011 | 1110100 | 10010111 | 0 | 101001 | 10111 | 11000 | 101001101 | 101000 | 111101 |
Color Harmonies of #C37497
Complementary color
Monochromatic Colors of #C37497
Black with #C37497
Text Example
Text Example
White with #C37497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37497; }
p { color: rgb(195,116,151); }
H1.HeaderClassName
{
color: #C37497;
}
.AnyTagClassName
{
color: #C37497;
}
</style>
background-color css
<style>
a { background-color: #C37497; }
a { background-color: rgb(195,116,151); }
div.DivClassName
{
background-color: #C37497;
}
.BgClassName
{
background-color: #C37497;
}
</style>
border-color css
<style>
span { border-color: #C37497; }
span { border-color: rgb(195,116,151); }
td.TdClassName
{
border-color: #C37497;
}
.TagClassName
{
border-color: #C37497;
}
</style>