Shades of Hopbush #C37294
Tints of Hopbush #C37294
RGB
CMYK
RGB Variations
Color information
#C37294 (or 0xC37294) is known color: Hopbush. HEX triplet: C3, 72 and 94. RGB value is (195,114,148). Sum of RGB (Red+Green+Blue) = 195+114+148=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C37294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37294 is #3C8D6B. Grayscale: #8E8E8E. Windows color (decimal): -3968364 or 9728707. OLE color: 9728707.
HSL color Cylindrical-coordinate representation of color #C37294: hue angle of 334.81º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37294 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 148 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.24 |
| HSL | 334.81º | 0.4% | 0.61% | - |
| HSV(B) | 334.81º | 0.42% | 0.76% | - |
| XYZ | 33.87 | 25.77 | 31.21 | - |
| YUV | 142.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 148 | 0 | 0.42 | 0.24 | 0.24 | 334.81 | 0.4 | 0.61 |
| Hex | C3 | 72 | 94 | 0 | 2A | 18 | 18 | 14F | 28 | 3D |
| Octal | 303 | 162 | 224 | 0 | 52 | 30 | 30 | 517 | 50 | 75 |
| Binary | 11000011 | 1110010 | 10010100 | 0 | 101010 | 11000 | 11000 | 101001111 | 101000 | 111101 |
Color Harmonies of #C37294
Complementary color
Monochromatic Colors of #C37294
Black with #C37294
Text Example
Text Example
White with #C37294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37294; }
p { color: rgb(195,114,148); }
H1.HeaderClassName
{
color: #C37294;
}
.AnyTagClassName
{
color: #C37294;
}
</style>
background-color css
<style>
a { background-color: #C37294; }
a { background-color: rgb(195,114,148); }
div.DivClassName
{
background-color: #C37294;
}
.BgClassName
{
background-color: #C37294;
}
</style>
border-color css
<style>
span { border-color: #C37294; }
span { border-color: rgb(195,114,148); }
td.TdClassName
{
border-color: #C37294;
}
.TagClassName
{
border-color: #C37294;
}
</style>