Shades of Hopbush #C27992
Tints of Hopbush #C27992
RGB
CMYK
RGB Variations
Color information
#C27992 (or 0xC27992) is known color: Hopbush. HEX triplet: C2, 79 and 92. RGB value is (194,121,146). Sum of RGB (Red+Green+Blue) = 194+121+146=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C27992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27992 is #3D866D. Grayscale: #919191. Windows color (decimal): -4032110 or 9599426. OLE color: 9599426.
HSL color Cylindrical-coordinate representation of color #C27992: hue angle of 339.45º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C27992 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 146 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.24 |
| HSL | 339.45º | 0.37% | 0.62% | - |
| HSV(B) | 339.45º | 0.38% | 0.76% | - |
| XYZ | 34.27 | 27.22 | 30.64 | - |
| YUV | 145.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 146 | 0 | 0.38 | 0.25 | 0.24 | 339.45 | 0.37 | 0.62 |
| Hex | C2 | 79 | 92 | 0 | 26 | 19 | 18 | 153 | 25 | 3E |
| Octal | 302 | 171 | 222 | 0 | 46 | 31 | 30 | 523 | 45 | 76 |
| Binary | 11000010 | 1111001 | 10010010 | 0 | 100110 | 11001 | 11000 | 101010011 | 100101 | 111110 |
Color Harmonies of #C27992
Complementary color
Monochromatic Colors of #C27992
Black with #C27992
Text Example
Text Example
White with #C27992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27992; }
p { color: rgb(194,121,146); }
H1.HeaderClassName
{
color: #C27992;
}
.AnyTagClassName
{
color: #C27992;
}
</style>
background-color css
<style>
a { background-color: #C27992; }
a { background-color: rgb(194,121,146); }
div.DivClassName
{
background-color: #C27992;
}
.BgClassName
{
background-color: #C27992;
}
</style>
border-color css
<style>
span { border-color: #C27992; }
span { border-color: rgb(194,121,146); }
td.TdClassName
{
border-color: #C27992;
}
.TagClassName
{
border-color: #C27992;
}
</style>