Shades of Hopbush #C36D8E
Tints of Hopbush #C36D8E
RGB
CMYK
RGB Variations
Color information
#C36D8E (or 0xC36D8E) is known color: Hopbush. HEX triplet: C3, 6D and 8E. RGB value is (195,109,142). Sum of RGB (Red+Green+Blue) = 195+109+142=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36D8E is #3C9271. Grayscale: #8A8A8A. Windows color (decimal): -3969650 or 9334211. OLE color: 9334211.
HSL color Cylindrical-coordinate representation of color #C36D8E: hue angle of 336.98º 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 #C36D8E is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 142 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.24 |
| HSL | 336.98º | 0.42% | 0.6% | - |
| HSV(B) | 336.98º | 0.44% | 0.76% | - |
| XYZ | 32.86 | 24.49 | 28.59 | - |
| YUV | 138.48 | 129.99 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 142 | 0 | 0.44 | 0.27 | 0.24 | 336.98 | 0.42 | 0.6 |
| Hex | C3 | 6D | 8E | 0 | 2C | 1B | 18 | 151 | 2A | 3C |
| Octal | 303 | 155 | 216 | 0 | 54 | 33 | 30 | 521 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10001110 | 0 | 101100 | 11011 | 11000 | 101010001 | 101010 | 111100 |
Color Harmonies of #C36D8E
Complementary color
Monochromatic Colors of #C36D8E
Black with #C36D8E
Text Example
Text Example
White with #C36D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D8E; }
p { color: rgb(195,109,142); }
H1.HeaderClassName
{
color: #C36D8E;
}
.AnyTagClassName
{
color: #C36D8E;
}
</style>
background-color css
<style>
a { background-color: #C36D8E; }
a { background-color: rgb(195,109,142); }
div.DivClassName
{
background-color: #C36D8E;
}
.BgClassName
{
background-color: #C36D8E;
}
</style>
border-color css
<style>
span { border-color: #C36D8E; }
span { border-color: rgb(195,109,142); }
td.TdClassName
{
border-color: #C36D8E;
}
.TagClassName
{
border-color: #C36D8E;
}
</style>