Shades of Hopbush #C5698D
Tints of Hopbush #C5698D
RGB
CMYK
RGB Variations
Color information
#C5698D (or 0xC5698D) is known color: Hopbush. HEX triplet: C5, 69 and 8D. RGB value is (197,105,141). Sum of RGB (Red+Green+Blue) = 197+105+141=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5698D is #3A9672. Grayscale: #888888. Windows color (decimal): -3839603 or 9267653. OLE color: 9267653.
HSL color Cylindrical-coordinate representation of color #C5698D: hue angle of 336.52º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5698D is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 141 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.23 |
| HSL | 336.52º | 0.44% | 0.59% | - |
| HSV(B) | 336.52º | 0.47% | 0.77% | - |
| XYZ | 32.89 | 23.9 | 28.08 | - |
| YUV | 136.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 141 | 0 | 0.47 | 0.28 | 0.23 | 336.52 | 0.44 | 0.59 |
| Hex | C5 | 69 | 8D | 0 | 2F | 1C | 17 | 151 | 2C | 3B |
| Octal | 305 | 151 | 215 | 0 | 57 | 34 | 27 | 521 | 54 | 73 |
| Binary | 11000101 | 1101001 | 10001101 | 0 | 101111 | 11100 | 10111 | 101010001 | 101100 | 111011 |
Color Harmonies of #C5698D
Complementary color
Monochromatic Colors of #C5698D
Black with #C5698D
Text Example
Text Example
White with #C5698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5698D; }
p { color: rgb(197,105,141); }
H1.HeaderClassName
{
color: #C5698D;
}
.AnyTagClassName
{
color: #C5698D;
}
</style>
background-color css
<style>
a { background-color: #C5698D; }
a { background-color: rgb(197,105,141); }
div.DivClassName
{
background-color: #C5698D;
}
.BgClassName
{
background-color: #C5698D;
}
</style>
border-color css
<style>
span { border-color: #C5698D; }
span { border-color: rgb(197,105,141); }
td.TdClassName
{
border-color: #C5698D;
}
.TagClassName
{
border-color: #C5698D;
}
</style>