Shades of Hopbush #C37398
Tints of Hopbush #C37398
RGB
CMYK
RGB Variations
Color information
#C37398 (or 0xC37398) is known color: Hopbush. HEX triplet: C3, 73 and 98. RGB value is (195,115,152). Sum of RGB (Red+Green+Blue) = 195+115+152=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C37398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37398 is #3C8C67. Grayscale: #8F8F8F. Windows color (decimal): -3968104 or 9991107. OLE color: 9991107.
HSL color Cylindrical-coordinate representation of color #C37398: hue angle of 332.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 #C37398 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 152 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.24 |
| HSL | 332.25º | 0.4% | 0.61% | - |
| HSV(B) | 332.25º | 0.41% | 0.76% | - |
| XYZ | 34.3 | 26.13 | 32.94 | - |
| YUV | 143.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 152 | 0 | 0.41 | 0.22 | 0.24 | 332.25 | 0.4 | 0.61 |
| Hex | C3 | 73 | 98 | 0 | 29 | 16 | 18 | 14C | 28 | 3D |
| Octal | 303 | 163 | 230 | 0 | 51 | 26 | 30 | 514 | 50 | 75 |
| Binary | 11000011 | 1110011 | 10011000 | 0 | 101001 | 10110 | 11000 | 101001100 | 101000 | 111101 |
Color Harmonies of #C37398
Complementary color
Monochromatic Colors of #C37398
Black with #C37398
Text Example
Text Example
White with #C37398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37398; }
p { color: rgb(195,115,152); }
H1.HeaderClassName
{
color: #C37398;
}
.AnyTagClassName
{
color: #C37398;
}
</style>
background-color css
<style>
a { background-color: #C37398; }
a { background-color: rgb(195,115,152); }
div.DivClassName
{
background-color: #C37398;
}
.BgClassName
{
background-color: #C37398;
}
</style>
border-color css
<style>
span { border-color: #C37398; }
span { border-color: rgb(195,115,152); }
td.TdClassName
{
border-color: #C37398;
}
.TagClassName
{
border-color: #C37398;
}
</style>