Shades of Hopbush #C47AA4
Tints of Hopbush #C47AA4
RGB
CMYK
RGB Variations
Color information
#C47AA4 (or 0xC47AA4) is known color: Hopbush. HEX triplet: C4, 7A and A4. RGB value is (196,122,164). Sum of RGB (Red+Green+Blue) = 196+122+164=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47AA4 is #3B855B. Grayscale: #949494. Windows color (decimal): -3900764 or 10779332. OLE color: 10779332.
HSL color Cylindrical-coordinate representation of color #C47AA4: hue angle of 325.95º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47AA4 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 164 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.23 |
| HSL | 325.95º | 0.39% | 0.62% | - |
| HSV(B) | 325.95º | 0.38% | 0.77% | - |
| XYZ | 36.43 | 28.34 | 38.67 | - |
| YUV | 148.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 164 | 0 | 0.38 | 0.16 | 0.23 | 325.95 | 0.39 | 0.62 |
| Hex | C4 | 7A | A4 | 0 | 26 | 10 | 17 | 146 | 27 | 3E |
| Octal | 304 | 172 | 244 | 0 | 46 | 20 | 27 | 506 | 47 | 76 |
| Binary | 11000100 | 1111010 | 10100100 | 0 | 100110 | 10000 | 10111 | 101000110 | 100111 | 111110 |
Color Harmonies of #C47AA4
Complementary color
Monochromatic Colors of #C47AA4
Black with #C47AA4
Text Example
Text Example
White with #C47AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47AA4; }
p { color: rgb(196,122,164); }
H1.HeaderClassName
{
color: #C47AA4;
}
.AnyTagClassName
{
color: #C47AA4;
}
</style>
background-color css
<style>
a { background-color: #C47AA4; }
a { background-color: rgb(196,122,164); }
div.DivClassName
{
background-color: #C47AA4;
}
.BgClassName
{
background-color: #C47AA4;
}
</style>
border-color css
<style>
span { border-color: #C47AA4; }
span { border-color: rgb(196,122,164); }
td.TdClassName
{
border-color: #C47AA4;
}
.TagClassName
{
border-color: #C47AA4;
}
</style>