Shades of Hopbush #C27396
Tints of Hopbush #C27396
RGB
CMYK
RGB Variations
Color information
#C27396 (or 0xC27396) is known color: Hopbush. HEX triplet: C2, 73 and 96. RGB value is (194,115,150). Sum of RGB (Red+Green+Blue) = 194+115+150=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C27396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27396 is #3D8C69. Grayscale: #8E8E8E. Windows color (decimal): -4033642 or 9860034. OLE color: 9860034.
HSL color Cylindrical-coordinate representation of color #C27396: hue angle of 333.42º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27396 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 150 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.24 |
| HSL | 333.42º | 0.39% | 0.61% | - |
| HSV(B) | 333.42º | 0.41% | 0.76% | - |
| XYZ | 33.88 | 25.93 | 32.07 | - |
| YUV | 142.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 150 | 0 | 0.41 | 0.23 | 0.24 | 333.42 | 0.39 | 0.61 |
| Hex | C2 | 73 | 96 | 0 | 29 | 17 | 18 | 14D | 27 | 3D |
| Octal | 302 | 163 | 226 | 0 | 51 | 27 | 30 | 515 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10010110 | 0 | 101001 | 10111 | 11000 | 101001101 | 100111 | 111101 |
Color Harmonies of #C27396
Complementary color
Monochromatic Colors of #C27396
Black with #C27396
Text Example
Text Example
White with #C27396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27396; }
p { color: rgb(194,115,150); }
H1.HeaderClassName
{
color: #C27396;
}
.AnyTagClassName
{
color: #C27396;
}
</style>
background-color css
<style>
a { background-color: #C27396; }
a { background-color: rgb(194,115,150); }
div.DivClassName
{
background-color: #C27396;
}
.BgClassName
{
background-color: #C27396;
}
</style>
border-color css
<style>
span { border-color: #C27396; }
span { border-color: rgb(194,115,150); }
td.TdClassName
{
border-color: #C27396;
}
.TagClassName
{
border-color: #C27396;
}
</style>