Shades of Hopbush #C5698C
Tints of Hopbush #C5698C
RGB
CMYK
RGB Variations
Color information
#C5698C (or 0xC5698C) is known color: Hopbush. HEX triplet: C5, 69 and 8C. RGB value is (197,105,140). Sum of RGB (Red+Green+Blue) = 197+105+140=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5698C is #3A9673. Grayscale: #888888. Windows color (decimal): -3839604 or 9202117. OLE color: 9202117.
HSL color Cylindrical-coordinate representation of color #C5698C: hue angle of 337.17º 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 #C5698C is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 140 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.23 |
| HSL | 337.17º | 0.44% | 0.59% | - |
| HSV(B) | 337.17º | 0.47% | 0.77% | - |
| XYZ | 32.81 | 23.87 | 27.69 | - |
| YUV | 136.5 | 129.98 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 140 | 0 | 0.47 | 0.29 | 0.23 | 337.17 | 0.44 | 0.59 |
| Hex | C5 | 69 | 8C | 0 | 2F | 1D | 17 | 151 | 2C | 3B |
| Octal | 305 | 151 | 214 | 0 | 57 | 35 | 27 | 521 | 54 | 73 |
| Binary | 11000101 | 1101001 | 10001100 | 0 | 101111 | 11101 | 10111 | 101010001 | 101100 | 111011 |
Color Harmonies of #C5698C
Complementary color
Monochromatic Colors of #C5698C
Black with #C5698C
Text Example
Text Example
White with #C5698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5698C; }
p { color: rgb(197,105,140); }
H1.HeaderClassName
{
color: #C5698C;
}
.AnyTagClassName
{
color: #C5698C;
}
</style>
background-color css
<style>
a { background-color: #C5698C; }
a { background-color: rgb(197,105,140); }
div.DivClassName
{
background-color: #C5698C;
}
.BgClassName
{
background-color: #C5698C;
}
</style>
border-color css
<style>
span { border-color: #C5698C; }
span { border-color: rgb(197,105,140); }
td.TdClassName
{
border-color: #C5698C;
}
.TagClassName
{
border-color: #C5698C;
}
</style>