Shades of Hopbush #C5769A
Tints of Hopbush #C5769A
RGB
CMYK
RGB Variations
Color information
#C5769A (or 0xC5769A) is known color: Hopbush. HEX triplet: C5, 76 and 9A. RGB value is (197,118,154). Sum of RGB (Red+Green+Blue) = 197+118+154=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5769A is #3A8965. Grayscale: #919191. Windows color (decimal): -3836262 or 10122949. OLE color: 10122949.
HSL color Cylindrical-coordinate representation of color #C5769A: hue angle of 332.66º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5769A is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 154 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.23 |
| HSL | 332.66º | 0.41% | 0.62% | - |
| HSV(B) | 332.66º | 0.4% | 0.77% | - |
| XYZ | 35.34 | 27.16 | 33.95 | - |
| YUV | 145.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 154 | 0 | 0.40 | 0.22 | 0.23 | 332.66 | 0.41 | 0.62 |
| Hex | C5 | 76 | 9A | 0 | 28 | 16 | 17 | 14D | 29 | 3E |
| Octal | 305 | 166 | 232 | 0 | 50 | 26 | 27 | 515 | 51 | 76 |
| Binary | 11000101 | 1110110 | 10011010 | 0 | 101000 | 10110 | 10111 | 101001101 | 101001 | 111110 |
Color Harmonies of #C5769A
Complementary color
Monochromatic Colors of #C5769A
Black with #C5769A
Text Example
Text Example
White with #C5769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5769A; }
p { color: rgb(197,118,154); }
H1.HeaderClassName
{
color: #C5769A;
}
.AnyTagClassName
{
color: #C5769A;
}
</style>
background-color css
<style>
a { background-color: #C5769A; }
a { background-color: rgb(197,118,154); }
div.DivClassName
{
background-color: #C5769A;
}
.BgClassName
{
background-color: #C5769A;
}
</style>
border-color css
<style>
span { border-color: #C5769A; }
span { border-color: rgb(197,118,154); }
td.TdClassName
{
border-color: #C5769A;
}
.TagClassName
{
border-color: #C5769A;
}
</style>