Shades of Hopbush #C261A0
Tints of Hopbush #C261A0
RGB
CMYK
RGB Variations
Color information
#C261A0 (or 0xC261A0) is known color: Hopbush. HEX triplet: C2, 61 and A0. RGB value is (194,97,160). Sum of RGB (Red+Green+Blue) = 194+97+160=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C261A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C261A0 is #3D9E5F. Grayscale: #858585. Windows color (decimal): -4038240 or 10510786. OLE color: 10510786.
HSL color Cylindrical-coordinate representation of color #C261A0: hue angle of 321.03º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C261A0 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 160 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.24 |
| HSL | 321.03º | 0.44% | 0.57% | - |
| HSV(B) | 321.03º | 0.5% | 0.76% | - |
| XYZ | 32.87 | 22.56 | 35.88 | - |
| YUV | 133.19 | 143.14 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 160 | 0 | 0.50 | 0.18 | 0.24 | 321.03 | 0.44 | 0.57 |
| Hex | C2 | 61 | A0 | 0 | 32 | 12 | 18 | 141 | 2C | 39 |
| Octal | 302 | 141 | 240 | 0 | 62 | 22 | 30 | 501 | 54 | 71 |
| Binary | 11000010 | 1100001 | 10100000 | 0 | 110010 | 10010 | 11000 | 101000001 | 101100 | 111001 |
Color Harmonies of #C261A0
Complementary color
Monochromatic Colors of #C261A0
Black with #C261A0
Text Example
Text Example
White with #C261A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261A0; }
p { color: rgb(194,97,160); }
H1.HeaderClassName
{
color: #C261A0;
}
.AnyTagClassName
{
color: #C261A0;
}
</style>
background-color css
<style>
a { background-color: #C261A0; }
a { background-color: rgb(194,97,160); }
div.DivClassName
{
background-color: #C261A0;
}
.BgClassName
{
background-color: #C261A0;
}
</style>
border-color css
<style>
span { border-color: #C261A0; }
span { border-color: rgb(194,97,160); }
td.TdClassName
{
border-color: #C261A0;
}
.TagClassName
{
border-color: #C261A0;
}
</style>