Shades of Hopbush #C475AA
Tints of Hopbush #C475AA
RGB
CMYK
RGB Variations
Color information
#C475AA (or 0xC475AA) is known color: Hopbush. HEX triplet: C4, 75 and AA. RGB value is (196,117,170). Sum of RGB (Red+Green+Blue) = 196+117+170=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C475AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C475AA is #3B8A55. Grayscale: #929292. Windows color (decimal): -3902038 or 11171268. OLE color: 11171268.
HSL color Cylindrical-coordinate representation of color #C475AA: hue angle of 319.75º 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 #C475AA is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 170 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.23 |
| HSL | 319.75º | 0.4% | 0.61% | - |
| HSV(B) | 319.75º | 0.4% | 0.77% | - |
| XYZ | 36.38 | 27.36 | 41.39 | - |
| YUV | 146.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 170 | 0 | 0.40 | 0.13 | 0.23 | 319.75 | 0.4 | 0.61 |
| Hex | C4 | 75 | AA | 0 | 28 | D | 17 | 140 | 28 | 3D |
| Octal | 304 | 165 | 252 | 0 | 50 | 15 | 27 | 500 | 50 | 75 |
| Binary | 11000100 | 1110101 | 10101010 | 0 | 101000 | 1101 | 10111 | 101000000 | 101000 | 111101 |
Color Harmonies of #C475AA
Complementary color
Monochromatic Colors of #C475AA
Black with #C475AA
Text Example
Text Example
White with #C475AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C475AA; }
p { color: rgb(196,117,170); }
H1.HeaderClassName
{
color: #C475AA;
}
.AnyTagClassName
{
color: #C475AA;
}
</style>
background-color css
<style>
a { background-color: #C475AA; }
a { background-color: rgb(196,117,170); }
div.DivClassName
{
background-color: #C475AA;
}
.BgClassName
{
background-color: #C475AA;
}
</style>
border-color css
<style>
span { border-color: #C475AA; }
span { border-color: rgb(196,117,170); }
td.TdClassName
{
border-color: #C475AA;
}
.TagClassName
{
border-color: #C475AA;
}
</style>