Shades of Hopbush #C475A0
Tints of Hopbush #C475A0
RGB
CMYK
RGB Variations
Color information
#C475A0 (or 0xC475A0) is known color: Hopbush. HEX triplet: C4, 75 and A0. RGB value is (196,117,160). Sum of RGB (Red+Green+Blue) = 196+117+160=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C475A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C475A0 is #3B8A5F. Grayscale: #919191. Windows color (decimal): -3902048 or 10515908. OLE color: 10515908.
HSL color Cylindrical-coordinate representation of color #C475A0: hue angle of 327.34º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C475A0 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 160 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.23 |
| HSL | 327.34º | 0.4% | 0.61% | - |
| HSV(B) | 327.34º | 0.4% | 0.77% | - |
| XYZ | 35.47 | 27 | 36.6 | - |
| YUV | 145.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 160 | 0 | 0.40 | 0.18 | 0.23 | 327.34 | 0.4 | 0.61 |
| Hex | C4 | 75 | A0 | 0 | 28 | 12 | 17 | 147 | 28 | 3D |
| Octal | 304 | 165 | 240 | 0 | 50 | 22 | 27 | 507 | 50 | 75 |
| Binary | 11000100 | 1110101 | 10100000 | 0 | 101000 | 10010 | 10111 | 101000111 | 101000 | 111101 |
Color Harmonies of #C475A0
Complementary color
Monochromatic Colors of #C475A0
Black with #C475A0
Text Example
Text Example
White with #C475A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C475A0; }
p { color: rgb(196,117,160); }
H1.HeaderClassName
{
color: #C475A0;
}
.AnyTagClassName
{
color: #C475A0;
}
</style>
background-color css
<style>
a { background-color: #C475A0; }
a { background-color: rgb(196,117,160); }
div.DivClassName
{
background-color: #C475A0;
}
.BgClassName
{
background-color: #C475A0;
}
</style>
border-color css
<style>
span { border-color: #C475A0; }
span { border-color: rgb(196,117,160); }
td.TdClassName
{
border-color: #C475A0;
}
.TagClassName
{
border-color: #C475A0;
}
</style>