Shades of Hopbush #C5799C
Tints of Hopbush #C5799C
RGB
CMYK
RGB Variations
Color information
#C5799C (or 0xC5799C) is known color: Hopbush. HEX triplet: C5, 79 and 9C. RGB value is (197,121,156). Sum of RGB (Red+Green+Blue) = 197+121+156=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5799C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5799C is #3A8663. Grayscale: #939393. Windows color (decimal): -3835492 or 10254789. OLE color: 10254789.
HSL color Cylindrical-coordinate representation of color #C5799C: hue angle of 332.37º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5799C is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 156 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.23 |
| HSL | 332.37º | 0.4% | 0.62% | - |
| HSV(B) | 332.37º | 0.39% | 0.77% | - |
| XYZ | 35.86 | 27.95 | 34.96 | - |
| YUV | 147.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 156 | 0 | 0.39 | 0.21 | 0.23 | 332.37 | 0.4 | 0.62 |
| Hex | C5 | 79 | 9C | 0 | 27 | 15 | 17 | 14C | 28 | 3E |
| Octal | 305 | 171 | 234 | 0 | 47 | 25 | 27 | 514 | 50 | 76 |
| Binary | 11000101 | 1111001 | 10011100 | 0 | 100111 | 10101 | 10111 | 101001100 | 101000 | 111110 |
Color Harmonies of #C5799C
Complementary color
Monochromatic Colors of #C5799C
Black with #C5799C
Text Example
Text Example
White with #C5799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5799C; }
p { color: rgb(197,121,156); }
H1.HeaderClassName
{
color: #C5799C;
}
.AnyTagClassName
{
color: #C5799C;
}
</style>
background-color css
<style>
a { background-color: #C5799C; }
a { background-color: rgb(197,121,156); }
div.DivClassName
{
background-color: #C5799C;
}
.BgClassName
{
background-color: #C5799C;
}
</style>
border-color css
<style>
span { border-color: #C5799C; }
span { border-color: rgb(197,121,156); }
td.TdClassName
{
border-color: #C5799C;
}
.TagClassName
{
border-color: #C5799C;
}
</style>