Shades of Hopbush #C466A8
Tints of Hopbush #C466A8
RGB
CMYK
RGB Variations
Color information
#C466A8 (or 0xC466A8) is known color: Hopbush. HEX triplet: C4, 66 and A8. RGB value is (196,102,168). Sum of RGB (Red+Green+Blue) = 196+102+168=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C466A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C466A8 is #3B9957. Grayscale: #898989. Windows color (decimal): -3905880 or 11036356. OLE color: 11036356.
HSL color Cylindrical-coordinate representation of color #C466A8: hue angle of 317.87º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C466A8 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 168 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.23 |
| HSL | 317.87º | 0.44% | 0.58% | - |
| HSV(B) | 317.87º | 0.48% | 0.77% | - |
| XYZ | 34.58 | 24.07 | 39.87 | - |
| YUV | 137.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 168 | 0 | 0.48 | 0.14 | 0.23 | 317.87 | 0.44 | 0.58 |
| Hex | C4 | 66 | A8 | 0 | 30 | E | 17 | 13E | 2C | 3A |
| Octal | 304 | 146 | 250 | 0 | 60 | 16 | 27 | 476 | 54 | 72 |
| Binary | 11000100 | 1100110 | 10101000 | 0 | 110000 | 1110 | 10111 | 100111110 | 101100 | 111010 |
Color Harmonies of #C466A8
Complementary color
Monochromatic Colors of #C466A8
Black with #C466A8
Text Example
Text Example
White with #C466A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466A8; }
p { color: rgb(196,102,168); }
H1.HeaderClassName
{
color: #C466A8;
}
.AnyTagClassName
{
color: #C466A8;
}
</style>
background-color css
<style>
a { background-color: #C466A8; }
a { background-color: rgb(196,102,168); }
div.DivClassName
{
background-color: #C466A8;
}
.BgClassName
{
background-color: #C466A8;
}
</style>
border-color css
<style>
span { border-color: #C466A8; }
span { border-color: rgb(196,102,168); }
td.TdClassName
{
border-color: #C466A8;
}
.TagClassName
{
border-color: #C466A8;
}
</style>