Shades of Hopbush #C36D96
Tints of Hopbush #C36D96
RGB
CMYK
RGB Variations
Color information
#C36D96 (or 0xC36D96) is known color: Hopbush. HEX triplet: C3, 6D and 96. RGB value is (195,109,150). Sum of RGB (Red+Green+Blue) = 195+109+150=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36D96 is #3C9269. Grayscale: #8B8B8B. Windows color (decimal): -3969642 or 9858499. OLE color: 9858499.
HSL color Cylindrical-coordinate representation of color #C36D96: hue angle of 331.4º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C36D96 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 150 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.24 |
| HSL | 331.4º | 0.42% | 0.6% | - |
| HSV(B) | 331.4º | 0.44% | 0.76% | - |
| XYZ | 33.48 | 24.74 | 31.87 | - |
| YUV | 139.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 150 | 0 | 0.44 | 0.23 | 0.24 | 331.4 | 0.42 | 0.6 |
| Hex | C3 | 6D | 96 | 0 | 2C | 17 | 18 | 14B | 2A | 3C |
| Octal | 303 | 155 | 226 | 0 | 54 | 27 | 30 | 513 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10010110 | 0 | 101100 | 10111 | 11000 | 101001011 | 101010 | 111100 |
Color Harmonies of #C36D96
Complementary color
Monochromatic Colors of #C36D96
Black with #C36D96
Text Example
Text Example
White with #C36D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D96; }
p { color: rgb(195,109,150); }
H1.HeaderClassName
{
color: #C36D96;
}
.AnyTagClassName
{
color: #C36D96;
}
</style>
background-color css
<style>
a { background-color: #C36D96; }
a { background-color: rgb(195,109,150); }
div.DivClassName
{
background-color: #C36D96;
}
.BgClassName
{
background-color: #C36D96;
}
</style>
border-color css
<style>
span { border-color: #C36D96; }
span { border-color: rgb(195,109,150); }
td.TdClassName
{
border-color: #C36D96;
}
.TagClassName
{
border-color: #C36D96;
}
</style>