Shades of Hopbush #C27C98
Tints of Hopbush #C27C98
RGB
CMYK
RGB Variations
Color information
#C27C98 (or 0xC27C98) is known color: Hopbush. HEX triplet: C2, 7C and 98. RGB value is (194,124,152). Sum of RGB (Red+Green+Blue) = 194+124+152=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27C98 is #3D8367. Grayscale: #949494. Windows color (decimal): -4031336 or 9993410. OLE color: 9993410.
HSL color Cylindrical-coordinate representation of color #C27C98: hue angle of 336º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27C98 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 152 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.24 |
| HSL | 336º | 0.36% | 0.62% | - |
| HSV(B) | 336º | 0.36% | 0.76% | - |
| XYZ | 35.12 | 28.15 | 33.29 | - |
| YUV | 148.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 152 | 0 | 0.36 | 0.22 | 0.24 | 336 | 0.36 | 0.62 |
| Hex | C2 | 7C | 98 | 0 | 24 | 16 | 18 | 150 | 24 | 3E |
| Octal | 302 | 174 | 230 | 0 | 44 | 26 | 30 | 520 | 44 | 76 |
| Binary | 11000010 | 1111100 | 10011000 | 0 | 100100 | 10110 | 11000 | 101010000 | 100100 | 111110 |
Color Harmonies of #C27C98
Complementary color
Monochromatic Colors of #C27C98
Black with #C27C98
Text Example
Text Example
White with #C27C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C98; }
p { color: rgb(194,124,152); }
H1.HeaderClassName
{
color: #C27C98;
}
.AnyTagClassName
{
color: #C27C98;
}
</style>
background-color css
<style>
a { background-color: #C27C98; }
a { background-color: rgb(194,124,152); }
div.DivClassName
{
background-color: #C27C98;
}
.BgClassName
{
background-color: #C27C98;
}
</style>
border-color css
<style>
span { border-color: #C27C98; }
span { border-color: rgb(194,124,152); }
td.TdClassName
{
border-color: #C27C98;
}
.TagClassName
{
border-color: #C27C98;
}
</style>