Shades of Hopbush #C475AB
Tints of Hopbush #C475AB
RGB
CMYK
RGB Variations
Color information
#C475AB (or 0xC475AB) is known color: Hopbush. HEX triplet: C4, 75 and AB. RGB value is (196,117,171). Sum of RGB (Red+Green+Blue) = 196+117+171=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C475AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C475AB is #3B8A54. Grayscale: #929292. Windows color (decimal): -3902037 or 11236804. OLE color: 11236804.
HSL color Cylindrical-coordinate representation of color #C475AB: hue angle of 318.99º 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 #C475AB is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 171 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.23 |
| HSL | 318.99º | 0.4% | 0.61% | - |
| HSV(B) | 318.99º | 0.4% | 0.77% | - |
| XYZ | 36.48 | 27.4 | 41.89 | - |
| YUV | 146.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 171 | 0 | 0.40 | 0.13 | 0.23 | 318.99 | 0.4 | 0.61 |
| Hex | C4 | 75 | AB | 0 | 28 | D | 17 | 13F | 28 | 3D |
| Octal | 304 | 165 | 253 | 0 | 50 | 15 | 27 | 477 | 50 | 75 |
| Binary | 11000100 | 1110101 | 10101011 | 0 | 101000 | 1101 | 10111 | 100111111 | 101000 | 111101 |
Color Harmonies of #C475AB
Complementary color
Monochromatic Colors of #C475AB
Black with #C475AB
Text Example
Text Example
White with #C475AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C475AB; }
p { color: rgb(196,117,171); }
H1.HeaderClassName
{
color: #C475AB;
}
.AnyTagClassName
{
color: #C475AB;
}
</style>
background-color css
<style>
a { background-color: #C475AB; }
a { background-color: rgb(196,117,171); }
div.DivClassName
{
background-color: #C475AB;
}
.BgClassName
{
background-color: #C475AB;
}
</style>
border-color css
<style>
span { border-color: #C475AB; }
span { border-color: rgb(196,117,171); }
td.TdClassName
{
border-color: #C475AB;
}
.TagClassName
{
border-color: #C475AB;
}
</style>