Shades of Hopbush #C7728E
Tints of Hopbush #C7728E
RGB
CMYK
RGB Variations
Color information
#C7728E (or 0xC7728E) is known color: Hopbush. HEX triplet: C7, 72 and 8E. RGB value is (199,114,142). Sum of RGB (Red+Green+Blue) = 199+114+142=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7728E is #388D71. Grayscale: #8E8E8E. Windows color (decimal): -3706226 or 9335495. OLE color: 9335495.
HSL color Cylindrical-coordinate representation of color #C7728E: hue angle of 340.24º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7728E is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 142 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.22 |
| HSL | 340.24º | 0.43% | 0.61% | - |
| HSV(B) | 340.24º | 0.43% | 0.78% | - |
| XYZ | 34.45 | 26.13 | 28.82 | - |
| YUV | 142.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 142 | 0 | 0.43 | 0.29 | 0.22 | 340.24 | 0.43 | 0.61 |
| Hex | C7 | 72 | 8E | 0 | 2B | 1D | 16 | 154 | 2B | 3D |
| Octal | 307 | 162 | 216 | 0 | 53 | 35 | 26 | 524 | 53 | 75 |
| Binary | 11000111 | 1110010 | 10001110 | 0 | 101011 | 11101 | 10110 | 101010100 | 101011 | 111101 |
Color Harmonies of #C7728E
Complementary color
Monochromatic Colors of #C7728E
Black with #C7728E
Text Example
Text Example
White with #C7728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7728E; }
p { color: rgb(199,114,142); }
H1.HeaderClassName
{
color: #C7728E;
}
.AnyTagClassName
{
color: #C7728E;
}
</style>
background-color css
<style>
a { background-color: #C7728E; }
a { background-color: rgb(199,114,142); }
div.DivClassName
{
background-color: #C7728E;
}
.BgClassName
{
background-color: #C7728E;
}
</style>
border-color css
<style>
span { border-color: #C7728E; }
span { border-color: rgb(199,114,142); }
td.TdClassName
{
border-color: #C7728E;
}
.TagClassName
{
border-color: #C7728E;
}
</style>