Shades of Hopbush #C37A95
Tints of Hopbush #C37A95
RGB
CMYK
RGB Variations
Color information
#C37A95 (or 0xC37A95) is known color: Hopbush. HEX triplet: C3, 7A and 95. RGB value is (195,122,149). Sum of RGB (Red+Green+Blue) = 195+122+149=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37A95 is #3C856A. Grayscale: #929292. Windows color (decimal): -3966315 or 9796291. OLE color: 9796291.
HSL color Cylindrical-coordinate representation of color #C37A95: hue angle of 337.81º 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 #C37A95 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 149 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.24 |
| HSL | 337.81º | 0.38% | 0.62% | - |
| HSV(B) | 337.81º | 0.37% | 0.76% | - |
| XYZ | 34.89 | 27.69 | 31.94 | - |
| YUV | 146.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 149 | 0 | 0.37 | 0.24 | 0.24 | 337.81 | 0.38 | 0.62 |
| Hex | C3 | 7A | 95 | 0 | 25 | 18 | 18 | 152 | 26 | 3E |
| Octal | 303 | 172 | 225 | 0 | 45 | 30 | 30 | 522 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10010101 | 0 | 100101 | 11000 | 11000 | 101010010 | 100110 | 111110 |
Color Harmonies of #C37A95
Complementary color
Monochromatic Colors of #C37A95
Black with #C37A95
Text Example
Text Example
White with #C37A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A95; }
p { color: rgb(195,122,149); }
H1.HeaderClassName
{
color: #C37A95;
}
.AnyTagClassName
{
color: #C37A95;
}
</style>
background-color css
<style>
a { background-color: #C37A95; }
a { background-color: rgb(195,122,149); }
div.DivClassName
{
background-color: #C37A95;
}
.BgClassName
{
background-color: #C37A95;
}
</style>
border-color css
<style>
span { border-color: #C37A95; }
span { border-color: rgb(195,122,149); }
td.TdClassName
{
border-color: #C37A95;
}
.TagClassName
{
border-color: #C37A95;
}
</style>