Shades of Hopbush #C27596
Tints of Hopbush #C27596
RGB
CMYK
RGB Variations
Color information
#C27596 (or 0xC27596) is known color: Hopbush. HEX triplet: C2, 75 and 96. RGB value is (194,117,150). Sum of RGB (Red+Green+Blue) = 194+117+150=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C27596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27596 is #3D8A69. Grayscale: #8F8F8F. Windows color (decimal): -4033130 or 9860546. OLE color: 9860546.
HSL color Cylindrical-coordinate representation of color #C27596: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27596 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 150 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.24 |
| HSL | 334.29º | 0.39% | 0.61% | - |
| HSV(B) | 334.29º | 0.4% | 0.76% | - |
| XYZ | 34.11 | 26.39 | 32.15 | - |
| YUV | 143.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 150 | 0 | 0.40 | 0.23 | 0.24 | 334.29 | 0.39 | 0.61 |
| Hex | C2 | 75 | 96 | 0 | 28 | 17 | 18 | 14E | 27 | 3D |
| Octal | 302 | 165 | 226 | 0 | 50 | 27 | 30 | 516 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10010110 | 0 | 101000 | 10111 | 11000 | 101001110 | 100111 | 111101 |
Color Harmonies of #C27596
Complementary color
Monochromatic Colors of #C27596
Black with #C27596
Text Example
Text Example
White with #C27596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27596; }
p { color: rgb(194,117,150); }
H1.HeaderClassName
{
color: #C27596;
}
.AnyTagClassName
{
color: #C27596;
}
</style>
background-color css
<style>
a { background-color: #C27596; }
a { background-color: rgb(194,117,150); }
div.DivClassName
{
background-color: #C27596;
}
.BgClassName
{
background-color: #C27596;
}
</style>
border-color css
<style>
span { border-color: #C27596; }
span { border-color: rgb(194,117,150); }
td.TdClassName
{
border-color: #C27596;
}
.TagClassName
{
border-color: #C27596;
}
</style>