Shades of Hopbush #C5688A
Tints of Hopbush #C5688A
RGB
CMYK
RGB Variations
Color information
#C5688A (or 0xC5688A) is known color: Hopbush. HEX triplet: C5, 68 and 8A. RGB value is (197,104,138). Sum of RGB (Red+Green+Blue) = 197+104+138=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5688A is #3A9775. Grayscale: #878787. Windows color (decimal): -3839862 or 9070789. OLE color: 9070789.
HSL color Cylindrical-coordinate representation of color #C5688A: hue angle of 338.06º 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 #C5688A is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 138 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.23 |
| HSL | 338.06º | 0.44% | 0.59% | - |
| HSV(B) | 338.06º | 0.47% | 0.77% | - |
| XYZ | 32.56 | 23.61 | 26.88 | - |
| YUV | 135.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 138 | 0 | 0.47 | 0.30 | 0.23 | 338.06 | 0.44 | 0.59 |
| Hex | C5 | 68 | 8A | 0 | 2F | 1E | 17 | 152 | 2C | 3B |
| Octal | 305 | 150 | 212 | 0 | 57 | 36 | 27 | 522 | 54 | 73 |
| Binary | 11000101 | 1101000 | 10001010 | 0 | 101111 | 11110 | 10111 | 101010010 | 101100 | 111011 |
Color Harmonies of #C5688A
Complementary color
Monochromatic Colors of #C5688A
Black with #C5688A
Text Example
Text Example
White with #C5688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5688A; }
p { color: rgb(197,104,138); }
H1.HeaderClassName
{
color: #C5688A;
}
.AnyTagClassName
{
color: #C5688A;
}
</style>
background-color css
<style>
a { background-color: #C5688A; }
a { background-color: rgb(197,104,138); }
div.DivClassName
{
background-color: #C5688A;
}
.BgClassName
{
background-color: #C5688A;
}
</style>
border-color css
<style>
span { border-color: #C5688A; }
span { border-color: rgb(197,104,138); }
td.TdClassName
{
border-color: #C5688A;
}
.TagClassName
{
border-color: #C5688A;
}
</style>