Shades of Hopbush #C6728F
Tints of Hopbush #C6728F
RGB
CMYK
RGB Variations
Color information
#C6728F (or 0xC6728F) is known color: Hopbush. HEX triplet: C6, 72 and 8F. RGB value is (198,114,143). Sum of RGB (Red+Green+Blue) = 198+114+143=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C6728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6728F is #398D70. Grayscale: #8E8E8E. Windows color (decimal): -3771761 or 9401030. OLE color: 9401030.
HSL color Cylindrical-coordinate representation of color #C6728F: hue angle of 339.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6728F is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 143 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.22 |
| HSL | 339.29º | 0.42% | 0.61% | - |
| HSV(B) | 339.29º | 0.42% | 0.78% | - |
| XYZ | 34.26 | 26.02 | 29.2 | - |
| YUV | 142.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 143 | 0 | 0.42 | 0.28 | 0.22 | 339.29 | 0.42 | 0.61 |
| Hex | C6 | 72 | 8F | 0 | 2A | 1C | 16 | 153 | 2A | 3D |
| Octal | 306 | 162 | 217 | 0 | 52 | 34 | 26 | 523 | 52 | 75 |
| Binary | 11000110 | 1110010 | 10001111 | 0 | 101010 | 11100 | 10110 | 101010011 | 101010 | 111101 |
Color Harmonies of #C6728F
Complementary color
Monochromatic Colors of #C6728F
Black with #C6728F
Text Example
Text Example
White with #C6728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6728F; }
p { color: rgb(198,114,143); }
H1.HeaderClassName
{
color: #C6728F;
}
.AnyTagClassName
{
color: #C6728F;
}
</style>
background-color css
<style>
a { background-color: #C6728F; }
a { background-color: rgb(198,114,143); }
div.DivClassName
{
background-color: #C6728F;
}
.BgClassName
{
background-color: #C6728F;
}
</style>
border-color css
<style>
span { border-color: #C6728F; }
span { border-color: rgb(198,114,143); }
td.TdClassName
{
border-color: #C6728F;
}
.TagClassName
{
border-color: #C6728F;
}
</style>