Shades of Hopbush #C37997
Tints of Hopbush #C37997
RGB
CMYK
RGB Variations
Color information
#C37997 (or 0xC37997) is known color: Hopbush. HEX triplet: C3, 79 and 97. RGB value is (195,121,151). Sum of RGB (Red+Green+Blue) = 195+121+151=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C37997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37997 is #3C8668. Grayscale: #929292. Windows color (decimal): -3966569 or 9927107. OLE color: 9927107.
HSL color Cylindrical-coordinate representation of color #C37997: hue angle of 335.68º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C37997 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 151 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.24 |
| HSL | 335.68º | 0.38% | 0.62% | - |
| HSV(B) | 335.68º | 0.38% | 0.76% | - |
| XYZ | 34.93 | 27.51 | 32.75 | - |
| YUV | 146.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 151 | 0 | 0.38 | 0.23 | 0.24 | 335.68 | 0.38 | 0.62 |
| Hex | C3 | 79 | 97 | 0 | 26 | 17 | 18 | 150 | 26 | 3E |
| Octal | 303 | 171 | 227 | 0 | 46 | 27 | 30 | 520 | 46 | 76 |
| Binary | 11000011 | 1111001 | 10010111 | 0 | 100110 | 10111 | 11000 | 101010000 | 100110 | 111110 |
Color Harmonies of #C37997
Complementary color
Monochromatic Colors of #C37997
Black with #C37997
Text Example
Text Example
White with #C37997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37997; }
p { color: rgb(195,121,151); }
H1.HeaderClassName
{
color: #C37997;
}
.AnyTagClassName
{
color: #C37997;
}
</style>
background-color css
<style>
a { background-color: #C37997; }
a { background-color: rgb(195,121,151); }
div.DivClassName
{
background-color: #C37997;
}
.BgClassName
{
background-color: #C37997;
}
</style>
border-color css
<style>
span { border-color: #C37997; }
span { border-color: rgb(195,121,151); }
td.TdClassName
{
border-color: #C37997;
}
.TagClassName
{
border-color: #C37997;
}
</style>