Shades of Hopbush #C37394
Tints of Hopbush #C37394
RGB
CMYK
RGB Variations
Color information
#C37394 (or 0xC37394) is known color: Hopbush. HEX triplet: C3, 73 and 94. RGB value is (195,115,148). Sum of RGB (Red+Green+Blue) = 195+115+148=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C37394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37394 is #3C8C6B. Grayscale: #8E8E8E. Windows color (decimal): -3968108 or 9728963. OLE color: 9728963.
HSL color Cylindrical-coordinate representation of color #C37394: hue angle of 335.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C37394 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 148 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.24 |
| HSL | 335.25º | 0.4% | 0.61% | - |
| HSV(B) | 335.25º | 0.41% | 0.76% | - |
| XYZ | 33.98 | 26 | 31.24 | - |
| YUV | 142.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 148 | 0 | 0.41 | 0.24 | 0.24 | 335.25 | 0.4 | 0.61 |
| Hex | C3 | 73 | 94 | 0 | 29 | 18 | 18 | 14F | 28 | 3D |
| Octal | 303 | 163 | 224 | 0 | 51 | 30 | 30 | 517 | 50 | 75 |
| Binary | 11000011 | 1110011 | 10010100 | 0 | 101001 | 11000 | 11000 | 101001111 | 101000 | 111101 |
Color Harmonies of #C37394
Complementary color
Monochromatic Colors of #C37394
Black with #C37394
Text Example
Text Example
White with #C37394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37394; }
p { color: rgb(195,115,148); }
H1.HeaderClassName
{
color: #C37394;
}
.AnyTagClassName
{
color: #C37394;
}
</style>
background-color css
<style>
a { background-color: #C37394; }
a { background-color: rgb(195,115,148); }
div.DivClassName
{
background-color: #C37394;
}
.BgClassName
{
background-color: #C37394;
}
</style>
border-color css
<style>
span { border-color: #C37394; }
span { border-color: rgb(195,115,148); }
td.TdClassName
{
border-color: #C37394;
}
.TagClassName
{
border-color: #C37394;
}
</style>