Shades of Hopbush #C566A3
Tints of Hopbush #C566A3
RGB
CMYK
RGB Variations
Color information
#C566A3 (or 0xC566A3) is known color: Hopbush. HEX triplet: C5, 66 and A3. RGB value is (197,102,163). Sum of RGB (Red+Green+Blue) = 197+102+163=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C566A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C566A3 is #3A995C. Grayscale: #898989. Windows color (decimal): -3840349 or 10708677. OLE color: 10708677.
HSL color Cylindrical-coordinate representation of color #C566A3: hue angle of 321.47º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C566A3 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 163 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.23 |
| HSL | 321.47º | 0.45% | 0.59% | - |
| HSV(B) | 321.47º | 0.48% | 0.77% | - |
| XYZ | 34.39 | 24.02 | 37.47 | - |
| YUV | 137.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 163 | 0 | 0.48 | 0.17 | 0.23 | 321.47 | 0.45 | 0.59 |
| Hex | C5 | 66 | A3 | 0 | 30 | 11 | 17 | 141 | 2D | 3B |
| Octal | 305 | 146 | 243 | 0 | 60 | 21 | 27 | 501 | 55 | 73 |
| Binary | 11000101 | 1100110 | 10100011 | 0 | 110000 | 10001 | 10111 | 101000001 | 101101 | 111011 |
Color Harmonies of #C566A3
Complementary color
Monochromatic Colors of #C566A3
Black with #C566A3
Text Example
Text Example
White with #C566A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C566A3; }
p { color: rgb(197,102,163); }
H1.HeaderClassName
{
color: #C566A3;
}
.AnyTagClassName
{
color: #C566A3;
}
</style>
background-color css
<style>
a { background-color: #C566A3; }
a { background-color: rgb(197,102,163); }
div.DivClassName
{
background-color: #C566A3;
}
.BgClassName
{
background-color: #C566A3;
}
</style>
border-color css
<style>
span { border-color: #C566A3; }
span { border-color: rgb(197,102,163); }
td.TdClassName
{
border-color: #C566A3;
}
.TagClassName
{
border-color: #C566A3;
}
</style>