Shades of Hopbush #C479A8
Tints of Hopbush #C479A8
RGB
CMYK
RGB Variations
Color information
#C479A8 (or 0xC479A8) is known color: Hopbush. HEX triplet: C4, 79 and A8. RGB value is (196,121,168). Sum of RGB (Red+Green+Blue) = 196+121+168=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C479A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C479A8 is #3B8657. Grayscale: #949494. Windows color (decimal): -3901016 or 11041220. OLE color: 11041220.
HSL color Cylindrical-coordinate representation of color #C479A8: hue angle of 322.4º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C479A8 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 168 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.23 |
| HSL | 322.4º | 0.39% | 0.62% | - |
| HSV(B) | 322.4º | 0.38% | 0.77% | - |
| XYZ | 36.67 | 28.24 | 40.56 | - |
| YUV | 148.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 168 | 0 | 0.38 | 0.14 | 0.23 | 322.4 | 0.39 | 0.62 |
| Hex | C4 | 79 | A8 | 0 | 26 | E | 17 | 142 | 27 | 3E |
| Octal | 304 | 171 | 250 | 0 | 46 | 16 | 27 | 502 | 47 | 76 |
| Binary | 11000100 | 1111001 | 10101000 | 0 | 100110 | 1110 | 10111 | 101000010 | 100111 | 111110 |
Color Harmonies of #C479A8
Complementary color
Monochromatic Colors of #C479A8
Black with #C479A8
Text Example
Text Example
White with #C479A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C479A8; }
p { color: rgb(196,121,168); }
H1.HeaderClassName
{
color: #C479A8;
}
.AnyTagClassName
{
color: #C479A8;
}
</style>
background-color css
<style>
a { background-color: #C479A8; }
a { background-color: rgb(196,121,168); }
div.DivClassName
{
background-color: #C479A8;
}
.BgClassName
{
background-color: #C479A8;
}
</style>
border-color css
<style>
span { border-color: #C479A8; }
span { border-color: rgb(196,121,168); }
td.TdClassName
{
border-color: #C479A8;
}
.TagClassName
{
border-color: #C479A8;
}
</style>