Shades of Hopbush #C47A9D
Tints of Hopbush #C47A9D
RGB
CMYK
RGB Variations
Color information
#C47A9D (or 0xC47A9D) is known color: Hopbush. HEX triplet: C4, 7A and 9D. RGB value is (196,122,157). Sum of RGB (Red+Green+Blue) = 196+122+157=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47A9D is #3B8562. Grayscale: #949494. Windows color (decimal): -3900771 or 10320580. OLE color: 10320580.
HSL color Cylindrical-coordinate representation of color #C47A9D: hue angle of 331.62º 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 #C47A9D is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 157 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.23 |
| HSL | 331.62º | 0.39% | 0.62% | - |
| HSV(B) | 331.62º | 0.38% | 0.77% | - |
| XYZ | 35.81 | 28.09 | 35.43 | - |
| YUV | 148.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 157 | 0 | 0.38 | 0.20 | 0.23 | 331.62 | 0.39 | 0.62 |
| Hex | C4 | 7A | 9D | 0 | 26 | 14 | 17 | 14C | 27 | 3E |
| Octal | 304 | 172 | 235 | 0 | 46 | 24 | 27 | 514 | 47 | 76 |
| Binary | 11000100 | 1111010 | 10011101 | 0 | 100110 | 10100 | 10111 | 101001100 | 100111 | 111110 |
Color Harmonies of #C47A9D
Complementary color
Monochromatic Colors of #C47A9D
Black with #C47A9D
Text Example
Text Example
White with #C47A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A9D; }
p { color: rgb(196,122,157); }
H1.HeaderClassName
{
color: #C47A9D;
}
.AnyTagClassName
{
color: #C47A9D;
}
</style>
background-color css
<style>
a { background-color: #C47A9D; }
a { background-color: rgb(196,122,157); }
div.DivClassName
{
background-color: #C47A9D;
}
.BgClassName
{
background-color: #C47A9D;
}
</style>
border-color css
<style>
span { border-color: #C47A9D; }
span { border-color: rgb(196,122,157); }
td.TdClassName
{
border-color: #C47A9D;
}
.TagClassName
{
border-color: #C47A9D;
}
</style>