Shades of Hopbush #C474A2
Tints of Hopbush #C474A2
RGB
CMYK
RGB Variations
Color information
#C474A2 (or 0xC474A2) is known color: Hopbush. HEX triplet: C4, 74 and A2. RGB value is (196,116,162). Sum of RGB (Red+Green+Blue) = 196+116+162=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C474A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C474A2 is #3B8B5D. Grayscale: #919191. Windows color (decimal): -3902302 or 10646724. OLE color: 10646724.
HSL color Cylindrical-coordinate representation of color #C474A2: hue angle of 325.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C474A2 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 162 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.23 |
| HSL | 325.5º | 0.4% | 0.61% | - |
| HSV(B) | 325.5º | 0.41% | 0.77% | - |
| XYZ | 35.53 | 26.84 | 37.49 | - |
| YUV | 145.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 162 | 0 | 0.41 | 0.17 | 0.23 | 325.5 | 0.4 | 0.61 |
| Hex | C4 | 74 | A2 | 0 | 29 | 11 | 17 | 146 | 28 | 3D |
| Octal | 304 | 164 | 242 | 0 | 51 | 21 | 27 | 506 | 50 | 75 |
| Binary | 11000100 | 1110100 | 10100010 | 0 | 101001 | 10001 | 10111 | 101000110 | 101000 | 111101 |
Color Harmonies of #C474A2
Complementary color
Monochromatic Colors of #C474A2
Black with #C474A2
Text Example
Text Example
White with #C474A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C474A2; }
p { color: rgb(196,116,162); }
H1.HeaderClassName
{
color: #C474A2;
}
.AnyTagClassName
{
color: #C474A2;
}
</style>
background-color css
<style>
a { background-color: #C474A2; }
a { background-color: rgb(196,116,162); }
div.DivClassName
{
background-color: #C474A2;
}
.BgClassName
{
background-color: #C474A2;
}
</style>
border-color css
<style>
span { border-color: #C474A2; }
span { border-color: rgb(196,116,162); }
td.TdClassName
{
border-color: #C474A2;
}
.TagClassName
{
border-color: #C474A2;
}
</style>