Shades of Hopbush #C5728E
Tints of Hopbush #C5728E
RGB
CMYK
RGB Variations
Color information
#C5728E (or 0xC5728E) is known color: Hopbush. HEX triplet: C5, 72 and 8E. RGB value is (197,114,142). Sum of RGB (Red+Green+Blue) = 197+114+142=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5728E is #3A8D71. Grayscale: #8D8D8D. Windows color (decimal): -3837298 or 9335493. OLE color: 9335493.
HSL color Cylindrical-coordinate representation of color #C5728E: hue angle of 339.76º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5728E is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 142 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.23 |
| HSL | 339.76º | 0.42% | 0.61% | - |
| HSV(B) | 339.76º | 0.42% | 0.77% | - |
| XYZ | 33.93 | 25.86 | 28.79 | - |
| YUV | 142.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 142 | 0 | 0.42 | 0.28 | 0.23 | 339.76 | 0.42 | 0.61 |
| Hex | C5 | 72 | 8E | 0 | 2A | 1C | 17 | 154 | 2A | 3D |
| Octal | 305 | 162 | 216 | 0 | 52 | 34 | 27 | 524 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10001110 | 0 | 101010 | 11100 | 10111 | 101010100 | 101010 | 111101 |
Color Harmonies of #C5728E
Complementary color
Monochromatic Colors of #C5728E
Black with #C5728E
Text Example
Text Example
White with #C5728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5728E; }
p { color: rgb(197,114,142); }
H1.HeaderClassName
{
color: #C5728E;
}
.AnyTagClassName
{
color: #C5728E;
}
</style>
background-color css
<style>
a { background-color: #C5728E; }
a { background-color: rgb(197,114,142); }
div.DivClassName
{
background-color: #C5728E;
}
.BgClassName
{
background-color: #C5728E;
}
</style>
border-color css
<style>
span { border-color: #C5728E; }
span { border-color: rgb(197,114,142); }
td.TdClassName
{
border-color: #C5728E;
}
.TagClassName
{
border-color: #C5728E;
}
</style>