Shades of Hopbush #C475A3
Tints of Hopbush #C475A3
RGB
CMYK
RGB Variations
Color information
#C475A3 (or 0xC475A3) is known color: Hopbush. HEX triplet: C4, 75 and A3. RGB value is (196,117,163). Sum of RGB (Red+Green+Blue) = 196+117+163=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C475A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C475A3 is #3B8A5C. Grayscale: #919191. Windows color (decimal): -3902045 or 10712516. OLE color: 10712516.
HSL color Cylindrical-coordinate representation of color #C475A3: hue angle of 325.06º 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 #C475A3 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 163 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.23 |
| HSL | 325.06º | 0.4% | 0.61% | - |
| HSV(B) | 325.06º | 0.4% | 0.77% | - |
| XYZ | 35.74 | 27.1 | 38 | - |
| YUV | 145.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 163 | 0 | 0.40 | 0.17 | 0.23 | 325.06 | 0.4 | 0.61 |
| Hex | C4 | 75 | A3 | 0 | 28 | 11 | 17 | 145 | 28 | 3D |
| Octal | 304 | 165 | 243 | 0 | 50 | 21 | 27 | 505 | 50 | 75 |
| Binary | 11000100 | 1110101 | 10100011 | 0 | 101000 | 10001 | 10111 | 101000101 | 101000 | 111101 |
Color Harmonies of #C475A3
Complementary color
Monochromatic Colors of #C475A3
Black with #C475A3
Text Example
Text Example
White with #C475A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C475A3; }
p { color: rgb(196,117,163); }
H1.HeaderClassName
{
color: #C475A3;
}
.AnyTagClassName
{
color: #C475A3;
}
</style>
background-color css
<style>
a { background-color: #C475A3; }
a { background-color: rgb(196,117,163); }
div.DivClassName
{
background-color: #C475A3;
}
.BgClassName
{
background-color: #C475A3;
}
</style>
border-color css
<style>
span { border-color: #C475A3; }
span { border-color: rgb(196,117,163); }
td.TdClassName
{
border-color: #C475A3;
}
.TagClassName
{
border-color: #C475A3;
}
</style>