Shades of Hopbush #C5698A
Tints of Hopbush #C5698A
RGB
CMYK
RGB Variations
Color information
#C5698A (or 0xC5698A) is known color: Hopbush. HEX triplet: C5, 69 and 8A. RGB value is (197,105,138). Sum of RGB (Red+Green+Blue) = 197+105+138=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5698A is #3A9675. Grayscale: #888888. Windows color (decimal): -3839606 or 9071045. OLE color: 9071045.
HSL color Cylindrical-coordinate representation of color #C5698A: hue angle of 338.48º 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 #C5698A is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 138 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.23 |
| HSL | 338.48º | 0.44% | 0.59% | - |
| HSV(B) | 338.48º | 0.47% | 0.77% | - |
| XYZ | 32.66 | 23.81 | 26.92 | - |
| YUV | 136.27 | 128.98 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 138 | 0 | 0.47 | 0.30 | 0.23 | 338.48 | 0.44 | 0.59 |
| Hex | C5 | 69 | 8A | 0 | 2F | 1E | 17 | 152 | 2C | 3B |
| Octal | 305 | 151 | 212 | 0 | 57 | 36 | 27 | 522 | 54 | 73 |
| Binary | 11000101 | 1101001 | 10001010 | 0 | 101111 | 11110 | 10111 | 101010010 | 101100 | 111011 |
Color Harmonies of #C5698A
Complementary color
Monochromatic Colors of #C5698A
Black with #C5698A
Text Example
Text Example
White with #C5698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5698A; }
p { color: rgb(197,105,138); }
H1.HeaderClassName
{
color: #C5698A;
}
.AnyTagClassName
{
color: #C5698A;
}
</style>
background-color css
<style>
a { background-color: #C5698A; }
a { background-color: rgb(197,105,138); }
div.DivClassName
{
background-color: #C5698A;
}
.BgClassName
{
background-color: #C5698A;
}
</style>
border-color css
<style>
span { border-color: #C5698A; }
span { border-color: rgb(197,105,138); }
td.TdClassName
{
border-color: #C5698A;
}
.TagClassName
{
border-color: #C5698A;
}
</style>