Shades of Hopbush #C36398
Tints of Hopbush #C36398
RGB
CMYK
RGB Variations
Color information
#C36398 (or 0xC36398) is known color: Hopbush. HEX triplet: C3, 63 and 98. RGB value is (195,99,152). Sum of RGB (Red+Green+Blue) = 195+99+152=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C36398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36398 is #3C9C67. Grayscale: #858585. Windows color (decimal): -3972200 or 9987011. OLE color: 9987011.
HSL color Cylindrical-coordinate representation of color #C36398: hue angle of 326.88º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36398 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 152 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.24 |
| HSL | 326.88º | 0.44% | 0.58% | - |
| HSV(B) | 326.88º | 0.49% | 0.76% | - |
| XYZ | 32.64 | 22.79 | 32.39 | - |
| YUV | 133.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 152 | 0 | 0.49 | 0.22 | 0.24 | 326.88 | 0.44 | 0.58 |
| Hex | C3 | 63 | 98 | 0 | 31 | 16 | 18 | 147 | 2C | 3A |
| Octal | 303 | 143 | 230 | 0 | 61 | 26 | 30 | 507 | 54 | 72 |
| Binary | 11000011 | 1100011 | 10011000 | 0 | 110001 | 10110 | 11000 | 101000111 | 101100 | 111010 |
Color Harmonies of #C36398
Complementary color
Monochromatic Colors of #C36398
Black with #C36398
Text Example
Text Example
White with #C36398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36398; }
p { color: rgb(195,99,152); }
H1.HeaderClassName
{
color: #C36398;
}
.AnyTagClassName
{
color: #C36398;
}
</style>
background-color css
<style>
a { background-color: #C36398; }
a { background-color: rgb(195,99,152); }
div.DivClassName
{
background-color: #C36398;
}
.BgClassName
{
background-color: #C36398;
}
</style>
border-color css
<style>
span { border-color: #C36398; }
span { border-color: rgb(195,99,152); }
td.TdClassName
{
border-color: #C36398;
}
.TagClassName
{
border-color: #C36398;
}
</style>