Shades of Hopbush #C47A9C
Tints of Hopbush #C47A9C
RGB
CMYK
RGB Variations
Color information
#C47A9C (or 0xC47A9C) is known color: Hopbush. HEX triplet: C4, 7A and 9C. RGB value is (196,122,156). Sum of RGB (Red+Green+Blue) = 196+122+156=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47A9C is #3B8563. Grayscale: #939393. Windows color (decimal): -3900772 or 10255044. OLE color: 10255044.
HSL color Cylindrical-coordinate representation of color #C47A9C: hue angle of 332.43º 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 #C47A9C is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 156 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.23 |
| HSL | 332.43º | 0.39% | 0.62% | - |
| HSV(B) | 332.43º | 0.38% | 0.77% | - |
| XYZ | 35.73 | 28.06 | 34.98 | - |
| YUV | 148 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 156 | 0 | 0.38 | 0.20 | 0.23 | 332.43 | 0.39 | 0.62 |
| Hex | C4 | 7A | 9C | 0 | 26 | 14 | 17 | 14C | 27 | 3E |
| Octal | 304 | 172 | 234 | 0 | 46 | 24 | 27 | 514 | 47 | 76 |
| Binary | 11000100 | 1111010 | 10011100 | 0 | 100110 | 10100 | 10111 | 101001100 | 100111 | 111110 |
Color Harmonies of #C47A9C
Complementary color
Monochromatic Colors of #C47A9C
Black with #C47A9C
Text Example
Text Example
White with #C47A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A9C; }
p { color: rgb(196,122,156); }
H1.HeaderClassName
{
color: #C47A9C;
}
.AnyTagClassName
{
color: #C47A9C;
}
</style>
background-color css
<style>
a { background-color: #C47A9C; }
a { background-color: rgb(196,122,156); }
div.DivClassName
{
background-color: #C47A9C;
}
.BgClassName
{
background-color: #C47A9C;
}
</style>
border-color css
<style>
span { border-color: #C47A9C; }
span { border-color: rgb(196,122,156); }
td.TdClassName
{
border-color: #C47A9C;
}
.TagClassName
{
border-color: #C47A9C;
}
</style>