Shades of Hopbush #C37993
Tints of Hopbush #C37993
RGB
CMYK
RGB Variations
Color information
#C37993 (or 0xC37993) is known color: Hopbush. HEX triplet: C3, 79 and 93. RGB value is (195,121,147). Sum of RGB (Red+Green+Blue) = 195+121+147=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C37993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37993 is #3C866C. Grayscale: #929292. Windows color (decimal): -3966573 or 9664963. OLE color: 9664963.
HSL color Cylindrical-coordinate representation of color #C37993: hue angle of 338.92º 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 #C37993 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 147 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.24 |
| HSL | 338.92º | 0.38% | 0.62% | - |
| HSV(B) | 338.92º | 0.38% | 0.76% | - |
| XYZ | 34.61 | 27.38 | 31.07 | - |
| YUV | 146.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 147 | 0 | 0.38 | 0.25 | 0.24 | 338.92 | 0.38 | 0.62 |
| Hex | C3 | 79 | 93 | 0 | 26 | 19 | 18 | 153 | 26 | 3E |
| Octal | 303 | 171 | 223 | 0 | 46 | 31 | 30 | 523 | 46 | 76 |
| Binary | 11000011 | 1111001 | 10010011 | 0 | 100110 | 11001 | 11000 | 101010011 | 100110 | 111110 |
Color Harmonies of #C37993
Complementary color
Monochromatic Colors of #C37993
Black with #C37993
Text Example
Text Example
White with #C37993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37993; }
p { color: rgb(195,121,147); }
H1.HeaderClassName
{
color: #C37993;
}
.AnyTagClassName
{
color: #C37993;
}
</style>
background-color css
<style>
a { background-color: #C37993; }
a { background-color: rgb(195,121,147); }
div.DivClassName
{
background-color: #C37993;
}
.BgClassName
{
background-color: #C37993;
}
</style>
border-color css
<style>
span { border-color: #C37993; }
span { border-color: rgb(195,121,147); }
td.TdClassName
{
border-color: #C37993;
}
.TagClassName
{
border-color: #C37993;
}
</style>