Shades of Hopbush #C37C98
Tints of Hopbush #C37C98
RGB
CMYK
RGB Variations
Color information
#C37C98 (or 0xC37C98) is known color: Hopbush. HEX triplet: C3, 7C and 98. RGB value is (195,124,152). Sum of RGB (Red+Green+Blue) = 195+124+152=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37C98 is #3C8367. Grayscale: #949494. Windows color (decimal): -3965800 or 9993411. OLE color: 9993411.
HSL color Cylindrical-coordinate representation of color #C37C98: hue angle of 336.34º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37C98 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 152 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.24 |
| HSL | 336.34º | 0.37% | 0.63% | - |
| HSV(B) | 336.34º | 0.36% | 0.76% | - |
| XYZ | 35.38 | 28.28 | 33.3 | - |
| YUV | 148.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 152 | 0 | 0.36 | 0.22 | 0.24 | 336.34 | 0.37 | 0.63 |
| Hex | C3 | 7C | 98 | 0 | 24 | 16 | 18 | 150 | 25 | 3F |
| Octal | 303 | 174 | 230 | 0 | 44 | 26 | 30 | 520 | 45 | 77 |
| Binary | 11000011 | 1111100 | 10011000 | 0 | 100100 | 10110 | 11000 | 101010000 | 100101 | 111111 |
Color Harmonies of #C37C98
Complementary color
Monochromatic Colors of #C37C98
Black with #C37C98
Text Example
Text Example
White with #C37C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C98; }
p { color: rgb(195,124,152); }
H1.HeaderClassName
{
color: #C37C98;
}
.AnyTagClassName
{
color: #C37C98;
}
</style>
background-color css
<style>
a { background-color: #C37C98; }
a { background-color: rgb(195,124,152); }
div.DivClassName
{
background-color: #C37C98;
}
.BgClassName
{
background-color: #C37C98;
}
</style>
border-color css
<style>
span { border-color: #C37C98; }
span { border-color: rgb(195,124,152); }
td.TdClassName
{
border-color: #C37C98;
}
.TagClassName
{
border-color: #C37C98;
}
</style>