Shades of Hopbush #C27092
Tints of Hopbush #C27092
RGB
CMYK
RGB Variations
Color information
#C27092 (or 0xC27092) is known color: Hopbush. HEX triplet: C2, 70 and 92. RGB value is (194,112,146). Sum of RGB (Red+Green+Blue) = 194+112+146=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C27092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27092 is #3D8F6D. Grayscale: #8C8C8C. Windows color (decimal): -4034414 or 9597122. OLE color: 9597122.
HSL color Cylindrical-coordinate representation of color #C27092: hue angle of 335.12º 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 #C27092 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 146 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.24 |
| HSL | 335.12º | 0.4% | 0.6% | - |
| HSV(B) | 335.12º | 0.42% | 0.76% | - |
| XYZ | 33.23 | 25.13 | 30.29 | - |
| YUV | 140.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 146 | 0 | 0.42 | 0.25 | 0.24 | 335.12 | 0.4 | 0.6 |
| Hex | C2 | 70 | 92 | 0 | 2A | 19 | 18 | 14F | 28 | 3C |
| Octal | 302 | 160 | 222 | 0 | 52 | 31 | 30 | 517 | 50 | 74 |
| Binary | 11000010 | 1110000 | 10010010 | 0 | 101010 | 11001 | 11000 | 101001111 | 101000 | 111100 |
Color Harmonies of #C27092
Complementary color
Monochromatic Colors of #C27092
Black with #C27092
Text Example
Text Example
White with #C27092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27092; }
p { color: rgb(194,112,146); }
H1.HeaderClassName
{
color: #C27092;
}
.AnyTagClassName
{
color: #C27092;
}
</style>
background-color css
<style>
a { background-color: #C27092; }
a { background-color: rgb(194,112,146); }
div.DivClassName
{
background-color: #C27092;
}
.BgClassName
{
background-color: #C27092;
}
</style>
border-color css
<style>
span { border-color: #C27092; }
span { border-color: rgb(194,112,146); }
td.TdClassName
{
border-color: #C27092;
}
.TagClassName
{
border-color: #C27092;
}
</style>