Shades of Hopbush #C37594
Tints of Hopbush #C37594
RGB
CMYK
RGB Variations
Color information
#C37594 (or 0xC37594) is known color: Hopbush. HEX triplet: C3, 75 and 94. RGB value is (195,117,148). Sum of RGB (Red+Green+Blue) = 195+117+148=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C37594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37594 is #3C8A6B. Grayscale: #8F8F8F. Windows color (decimal): -3967596 or 9729475. OLE color: 9729475.
HSL color Cylindrical-coordinate representation of color #C37594: hue angle of 336.15º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C37594 is Cyan = 0, Magento = 0.4, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 148 | - |
| CMYK | 0 | 0.4 | 0.24 | 0.24 |
| HSL | 336.15º | 0.39% | 0.61% | - |
| HSV(B) | 336.15º | 0.4% | 0.76% | - |
| XYZ | 34.21 | 26.46 | 31.32 | - |
| YUV | 143.86 | 130.34 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 148 | 0 | 0.4 | 0.24 | 0.24 | 336.15 | 0.39 | 0.61 |
| Hex | C3 | 75 | 94 | 0 | 28 | 18 | 18 | 150 | 27 | 3D |
| Octal | 303 | 165 | 224 | 0 | 50 | 30 | 30 | 520 | 47 | 75 |
| Binary | 11000011 | 1110101 | 10010100 | 0 | 101000 | 11000 | 11000 | 101010000 | 100111 | 111101 |
Color Harmonies of #C37594
Complementary color
Monochromatic Colors of #C37594
Black with #C37594
Text Example
Text Example
White with #C37594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37594; }
p { color: rgb(195,117,148); }
H1.HeaderClassName
{
color: #C37594;
}
.AnyTagClassName
{
color: #C37594;
}
</style>
background-color css
<style>
a { background-color: #C37594; }
a { background-color: rgb(195,117,148); }
div.DivClassName
{
background-color: #C37594;
}
.BgClassName
{
background-color: #C37594;
}
</style>
border-color css
<style>
span { border-color: #C37594; }
span { border-color: rgb(195,117,148); }
td.TdClassName
{
border-color: #C37594;
}
.TagClassName
{
border-color: #C37594;
}
</style>