Shades of Hopbush #C27EA0
Tints of Hopbush #C27EA0
RGB
CMYK
RGB Variations
Color information
#C27EA0 (or 0xC27EA0) is known color: Hopbush. HEX triplet: C2, 7E and A0. RGB value is (194,126,160). Sum of RGB (Red+Green+Blue) = 194+126+160=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C27EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27EA0 is #3D815F. Grayscale: #969696. Windows color (decimal): -4030816 or 10518210. OLE color: 10518210.
HSL color Cylindrical-coordinate representation of color #C27EA0: hue angle of 330º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C27EA0 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 126 | 160 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.24 |
| HSL | 330º | 0.36% | 0.63% | - |
| HSV(B) | 330º | 0.35% | 0.76% | - |
| XYZ | 36.05 | 28.93 | 36.94 | - |
| YUV | 150.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 160 | 0 | 0.35 | 0.18 | 0.24 | 330 | 0.36 | 0.63 |
| Hex | C2 | 7E | A0 | 0 | 23 | 12 | 18 | 14A | 24 | 3F |
| Octal | 302 | 176 | 240 | 0 | 43 | 22 | 30 | 512 | 44 | 77 |
| Binary | 11000010 | 1111110 | 10100000 | 0 | 100011 | 10010 | 11000 | 101001010 | 100100 | 111111 |
Color Harmonies of #C27EA0
Complementary color
Monochromatic Colors of #C27EA0
Black with #C27EA0
Text Example
Text Example
White with #C27EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27EA0; }
p { color: rgb(194,126,160); }
H1.HeaderClassName
{
color: #C27EA0;
}
.AnyTagClassName
{
color: #C27EA0;
}
</style>
background-color css
<style>
a { background-color: #C27EA0; }
a { background-color: rgb(194,126,160); }
div.DivClassName
{
background-color: #C27EA0;
}
.BgClassName
{
background-color: #C27EA0;
}
</style>
border-color css
<style>
span { border-color: #C27EA0; }
span { border-color: rgb(194,126,160); }
td.TdClassName
{
border-color: #C27EA0;
}
.TagClassName
{
border-color: #C27EA0;
}
</style>