Shades of Hopbush #C27295
Tints of Hopbush #C27295
RGB
CMYK
RGB Variations
Color information
#C27295 (or 0xC27295) is known color: Hopbush. HEX triplet: C2, 72 and 95. RGB value is (194,114,149). Sum of RGB (Red+Green+Blue) = 194+114+149=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C27295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27295 is #3D8D6A. Grayscale: #8D8D8D. Windows color (decimal): -4033899 or 9794242. OLE color: 9794242.
HSL color Cylindrical-coordinate representation of color #C27295: hue angle of 333.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27295 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 149 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.24 |
| HSL | 333.75º | 0.4% | 0.6% | - |
| HSV(B) | 333.75º | 0.41% | 0.76% | - |
| XYZ | 33.69 | 25.67 | 31.61 | - |
| YUV | 141.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 149 | 0 | 0.41 | 0.23 | 0.24 | 333.75 | 0.4 | 0.6 |
| Hex | C2 | 72 | 95 | 0 | 29 | 17 | 18 | 14E | 28 | 3C |
| Octal | 302 | 162 | 225 | 0 | 51 | 27 | 30 | 516 | 50 | 74 |
| Binary | 11000010 | 1110010 | 10010101 | 0 | 101001 | 10111 | 11000 | 101001110 | 101000 | 111100 |
Color Harmonies of #C27295
Complementary color
Monochromatic Colors of #C27295
Black with #C27295
Text Example
Text Example
White with #C27295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27295; }
p { color: rgb(194,114,149); }
H1.HeaderClassName
{
color: #C27295;
}
.AnyTagClassName
{
color: #C27295;
}
</style>
background-color css
<style>
a { background-color: #C27295; }
a { background-color: rgb(194,114,149); }
div.DivClassName
{
background-color: #C27295;
}
.BgClassName
{
background-color: #C27295;
}
</style>
border-color css
<style>
span { border-color: #C27295; }
span { border-color: rgb(194,114,149); }
td.TdClassName
{
border-color: #C27295;
}
.TagClassName
{
border-color: #C27295;
}
</style>