Shades of Hopbush #C37A97
Tints of Hopbush #C37A97
RGB
CMYK
RGB Variations
Color information
#C37A97 (or 0xC37A97) is known color: Hopbush. HEX triplet: C3, 7A and 97. RGB value is (195,122,151). Sum of RGB (Red+Green+Blue) = 195+122+151=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37A97 is #3C8568. Grayscale: #939393. Windows color (decimal): -3966313 or 9927363. OLE color: 9927363.
HSL color Cylindrical-coordinate representation of color #C37A97: hue angle of 336.16º 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 #C37A97 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 151 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.24 |
| HSL | 336.16º | 0.38% | 0.62% | - |
| HSV(B) | 336.16º | 0.37% | 0.76% | - |
| XYZ | 35.05 | 27.76 | 32.79 | - |
| YUV | 147.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 151 | 0 | 0.37 | 0.23 | 0.24 | 336.16 | 0.38 | 0.62 |
| Hex | C3 | 7A | 97 | 0 | 25 | 17 | 18 | 150 | 26 | 3E |
| Octal | 303 | 172 | 227 | 0 | 45 | 27 | 30 | 520 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10010111 | 0 | 100101 | 10111 | 11000 | 101010000 | 100110 | 111110 |
Color Harmonies of #C37A97
Complementary color
Monochromatic Colors of #C37A97
Black with #C37A97
Text Example
Text Example
White with #C37A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A97; }
p { color: rgb(195,122,151); }
H1.HeaderClassName
{
color: #C37A97;
}
.AnyTagClassName
{
color: #C37A97;
}
</style>
background-color css
<style>
a { background-color: #C37A97; }
a { background-color: rgb(195,122,151); }
div.DivClassName
{
background-color: #C37A97;
}
.BgClassName
{
background-color: #C37A97;
}
</style>
border-color css
<style>
span { border-color: #C37A97; }
span { border-color: rgb(195,122,151); }
td.TdClassName
{
border-color: #C37A97;
}
.TagClassName
{
border-color: #C37A97;
}
</style>