Shades of Hopbush #C36396
Tints of Hopbush #C36396
RGB
CMYK
RGB Variations
Color information
#C36396 (or 0xC36396) is known color: Hopbush. HEX triplet: C3, 63 and 96. RGB value is (195,99,150). Sum of RGB (Red+Green+Blue) = 195+99+150=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C36396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36396 is #3C9C69. Grayscale: #858585. Windows color (decimal): -3972202 or 9855939. OLE color: 9855939.
HSL color Cylindrical-coordinate representation of color #C36396: hue angle of 328.12º 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 #C36396 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 150 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.24 |
| HSL | 328.13º | 0.44% | 0.58% | - |
| HSV(B) | 328.13º | 0.49% | 0.76% | - |
| XYZ | 32.47 | 22.73 | 31.53 | - |
| YUV | 133.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 150 | 0 | 0.49 | 0.23 | 0.24 | 328.13 | 0.44 | 0.58 |
| Hex | C3 | 63 | 96 | 0 | 31 | 17 | 18 | 148 | 2C | 3A |
| Octal | 303 | 143 | 226 | 0 | 61 | 27 | 30 | 510 | 54 | 72 |
| Binary | 11000011 | 1100011 | 10010110 | 0 | 110001 | 10111 | 11000 | 101001000 | 101100 | 111010 |
Color Harmonies of #C36396
Complementary color
Monochromatic Colors of #C36396
Black with #C36396
Text Example
Text Example
White with #C36396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36396; }
p { color: rgb(195,99,150); }
H1.HeaderClassName
{
color: #C36396;
}
.AnyTagClassName
{
color: #C36396;
}
</style>
background-color css
<style>
a { background-color: #C36396; }
a { background-color: rgb(195,99,150); }
div.DivClassName
{
background-color: #C36396;
}
.BgClassName
{
background-color: #C36396;
}
</style>
border-color css
<style>
span { border-color: #C36396; }
span { border-color: rgb(195,99,150); }
td.TdClassName
{
border-color: #C36396;
}
.TagClassName
{
border-color: #C36396;
}
</style>