Shades of Hopbush #C27193
Tints of Hopbush #C27193
RGB
CMYK
RGB Variations
Color information
#C27193 (or 0xC27193) is known color: Hopbush. HEX triplet: C2, 71 and 93. RGB value is (194,113,147). Sum of RGB (Red+Green+Blue) = 194+113+147=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C27193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27193 is #3D8E6C. Grayscale: #8D8D8D. Windows color (decimal): -4034157 or 9662914. OLE color: 9662914.
HSL color Cylindrical-coordinate representation of color #C27193: hue angle of 334.81º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27193 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 147 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.24 |
| HSL | 334.81º | 0.4% | 0.6% | - |
| HSV(B) | 334.81º | 0.42% | 0.76% | - |
| XYZ | 33.42 | 25.39 | 30.74 | - |
| YUV | 141.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 147 | 0 | 0.42 | 0.24 | 0.24 | 334.81 | 0.4 | 0.6 |
| Hex | C2 | 71 | 93 | 0 | 2A | 18 | 18 | 14F | 28 | 3C |
| Octal | 302 | 161 | 223 | 0 | 52 | 30 | 30 | 517 | 50 | 74 |
| Binary | 11000010 | 1110001 | 10010011 | 0 | 101010 | 11000 | 11000 | 101001111 | 101000 | 111100 |
Color Harmonies of #C27193
Complementary color
Monochromatic Colors of #C27193
Black with #C27193
Text Example
Text Example
White with #C27193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27193; }
p { color: rgb(194,113,147); }
H1.HeaderClassName
{
color: #C27193;
}
.AnyTagClassName
{
color: #C27193;
}
</style>
background-color css
<style>
a { background-color: #C27193; }
a { background-color: rgb(194,113,147); }
div.DivClassName
{
background-color: #C27193;
}
.BgClassName
{
background-color: #C27193;
}
</style>
border-color css
<style>
span { border-color: #C27193; }
span { border-color: rgb(194,113,147); }
td.TdClassName
{
border-color: #C27193;
}
.TagClassName
{
border-color: #C27193;
}
</style>