Shades of Hopbush #C37A96
Tints of Hopbush #C37A96
RGB
CMYK
RGB Variations
Color information
#C37A96 (or 0xC37A96) is known color: Hopbush. HEX triplet: C3, 7A and 96. RGB value is (195,122,150). Sum of RGB (Red+Green+Blue) = 195+122+150=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37A96 is #3C8569. Grayscale: #929292. Windows color (decimal): -3966314 or 9861827. OLE color: 9861827.
HSL color Cylindrical-coordinate representation of color #C37A96: hue angle of 336.99º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37A96 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 150 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.24 |
| HSL | 336.99º | 0.38% | 0.62% | - |
| HSV(B) | 336.99º | 0.37% | 0.76% | - |
| XYZ | 34.97 | 27.72 | 32.36 | - |
| YUV | 147.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 150 | 0 | 0.37 | 0.23 | 0.24 | 336.99 | 0.38 | 0.62 |
| Hex | C3 | 7A | 96 | 0 | 25 | 17 | 18 | 151 | 26 | 3E |
| Octal | 303 | 172 | 226 | 0 | 45 | 27 | 30 | 521 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10010110 | 0 | 100101 | 10111 | 11000 | 101010001 | 100110 | 111110 |
Color Harmonies of #C37A96
Complementary color
Monochromatic Colors of #C37A96
Black with #C37A96
Text Example
Text Example
White with #C37A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A96; }
p { color: rgb(195,122,150); }
H1.HeaderClassName
{
color: #C37A96;
}
.AnyTagClassName
{
color: #C37A96;
}
</style>
background-color css
<style>
a { background-color: #C37A96; }
a { background-color: rgb(195,122,150); }
div.DivClassName
{
background-color: #C37A96;
}
.BgClassName
{
background-color: #C37A96;
}
</style>
border-color css
<style>
span { border-color: #C37A96; }
span { border-color: rgb(195,122,150); }
td.TdClassName
{
border-color: #C37A96;
}
.TagClassName
{
border-color: #C37A96;
}
</style>