Shades of Hopbush #C36C96
Tints of Hopbush #C36C96
RGB
CMYK
RGB Variations
Color information
#C36C96 (or 0xC36C96) is known color: Hopbush. HEX triplet: C3, 6C and 96. RGB value is (195,108,150). Sum of RGB (Red+Green+Blue) = 195+108+150=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36C96 is #3C9369. Grayscale: #8A8A8A. Windows color (decimal): -3969898 or 9858243. OLE color: 9858243.
HSL color Cylindrical-coordinate representation of color #C36C96: hue angle of 331.03º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36C96 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 150 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.24 |
| HSL | 331.03º | 0.42% | 0.59% | - |
| HSV(B) | 331.03º | 0.45% | 0.76% | - |
| XYZ | 33.37 | 24.53 | 31.83 | - |
| YUV | 138.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 150 | 0 | 0.45 | 0.23 | 0.24 | 331.03 | 0.42 | 0.59 |
| Hex | C3 | 6C | 96 | 0 | 2D | 17 | 18 | 14B | 2A | 3B |
| Octal | 303 | 154 | 226 | 0 | 55 | 27 | 30 | 513 | 52 | 73 |
| Binary | 11000011 | 1101100 | 10010110 | 0 | 101101 | 10111 | 11000 | 101001011 | 101010 | 111011 |
Color Harmonies of #C36C96
Complementary color
Monochromatic Colors of #C36C96
Black with #C36C96
Text Example
Text Example
White with #C36C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C96; }
p { color: rgb(195,108,150); }
H1.HeaderClassName
{
color: #C36C96;
}
.AnyTagClassName
{
color: #C36C96;
}
</style>
background-color css
<style>
a { background-color: #C36C96; }
a { background-color: rgb(195,108,150); }
div.DivClassName
{
background-color: #C36C96;
}
.BgClassName
{
background-color: #C36C96;
}
</style>
border-color css
<style>
span { border-color: #C36C96; }
span { border-color: rgb(195,108,150); }
td.TdClassName
{
border-color: #C36C96;
}
.TagClassName
{
border-color: #C36C96;
}
</style>