Shades of Hopbush #C261A6
Tints of Hopbush #C261A6
RGB
CMYK
RGB Variations
Color information
#C261A6 (or 0xC261A6) is known color: Hopbush. HEX triplet: C2, 61 and A6. RGB value is (194,97,166). Sum of RGB (Red+Green+Blue) = 194+97+166=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C261A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C261A6 is #3D9E59. Grayscale: #858585. Windows color (decimal): -4038234 or 10904002. OLE color: 10904002.
HSL color Cylindrical-coordinate representation of color #C261A6: hue angle of 317.32º 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 #C261A6 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 166 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.24 |
| HSL | 317.32º | 0.44% | 0.57% | - |
| HSV(B) | 317.32º | 0.5% | 0.76% | - |
| XYZ | 33.41 | 22.77 | 38.71 | - |
| YUV | 133.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 166 | 0 | 0.50 | 0.14 | 0.24 | 317.32 | 0.44 | 0.57 |
| Hex | C2 | 61 | A6 | 0 | 32 | E | 18 | 13D | 2C | 39 |
| Octal | 302 | 141 | 246 | 0 | 62 | 16 | 30 | 475 | 54 | 71 |
| Binary | 11000010 | 1100001 | 10100110 | 0 | 110010 | 1110 | 11000 | 100111101 | 101100 | 111001 |
Color Harmonies of #C261A6
Complementary color
Monochromatic Colors of #C261A6
Black with #C261A6
Text Example
Text Example
White with #C261A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261A6; }
p { color: rgb(194,97,166); }
H1.HeaderClassName
{
color: #C261A6;
}
.AnyTagClassName
{
color: #C261A6;
}
</style>
background-color css
<style>
a { background-color: #C261A6; }
a { background-color: rgb(194,97,166); }
div.DivClassName
{
background-color: #C261A6;
}
.BgClassName
{
background-color: #C261A6;
}
</style>
border-color css
<style>
span { border-color: #C261A6; }
span { border-color: rgb(194,97,166); }
td.TdClassName
{
border-color: #C261A6;
}
.TagClassName
{
border-color: #C261A6;
}
</style>