Shades of Hopbush #C27199
Tints of Hopbush #C27199
RGB
CMYK
RGB Variations
Color information
#C27199 (or 0xC27199) is known color: Hopbush. HEX triplet: C2, 71 and 99. RGB value is (194,113,153). Sum of RGB (Red+Green+Blue) = 194+113+153=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C27199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27199 is #3D8E66. Grayscale: #8D8D8D. Windows color (decimal): -4034151 or 10056130. OLE color: 10056130.
HSL color Cylindrical-coordinate representation of color #C27199: hue angle of 330.37º 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 #C27199 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 153 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.24 |
| HSL | 330.37º | 0.4% | 0.6% | - |
| HSV(B) | 330.37º | 0.42% | 0.76% | - |
| XYZ | 33.9 | 25.58 | 33.29 | - |
| YUV | 141.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 153 | 0 | 0.42 | 0.21 | 0.24 | 330.37 | 0.4 | 0.6 |
| Hex | C2 | 71 | 99 | 0 | 2A | 15 | 18 | 14A | 28 | 3C |
| Octal | 302 | 161 | 231 | 0 | 52 | 25 | 30 | 512 | 50 | 74 |
| Binary | 11000010 | 1110001 | 10011001 | 0 | 101010 | 10101 | 11000 | 101001010 | 101000 | 111100 |
Color Harmonies of #C27199
Complementary color
Monochromatic Colors of #C27199
Black with #C27199
Text Example
Text Example
White with #C27199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27199; }
p { color: rgb(194,113,153); }
H1.HeaderClassName
{
color: #C27199;
}
.AnyTagClassName
{
color: #C27199;
}
</style>
background-color css
<style>
a { background-color: #C27199; }
a { background-color: rgb(194,113,153); }
div.DivClassName
{
background-color: #C27199;
}
.BgClassName
{
background-color: #C27199;
}
</style>
border-color css
<style>
span { border-color: #C27199; }
span { border-color: rgb(194,113,153); }
td.TdClassName
{
border-color: #C27199;
}
.TagClassName
{
border-color: #C27199;
}
</style>