Shades of Hopbush #C6729F
Tints of Hopbush #C6729F
RGB
CMYK
RGB Variations
Color information
#C6729F (or 0xC6729F) is known color: Hopbush. HEX triplet: C6, 72 and 9F. RGB value is (198,114,159). Sum of RGB (Red+Green+Blue) = 198+114+159=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C6729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6729F is #398D60. Grayscale: #909090. Windows color (decimal): -3771745 or 10449606. OLE color: 10449606.
HSL color Cylindrical-coordinate representation of color #C6729F: hue angle of 327.86º 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 #C6729F is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 159 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.22 |
| HSL | 327.86º | 0.42% | 0.61% | - |
| HSV(B) | 327.86º | 0.42% | 0.78% | - |
| XYZ | 35.56 | 26.54 | 36.05 | - |
| YUV | 144.25 | 136.33 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 159 | 0 | 0.42 | 0.20 | 0.22 | 327.86 | 0.42 | 0.61 |
| Hex | C6 | 72 | 9F | 0 | 2A | 14 | 16 | 148 | 2A | 3D |
| Octal | 306 | 162 | 237 | 0 | 52 | 24 | 26 | 510 | 52 | 75 |
| Binary | 11000110 | 1110010 | 10011111 | 0 | 101010 | 10100 | 10110 | 101001000 | 101010 | 111101 |
Color Harmonies of #C6729F
Complementary color
Monochromatic Colors of #C6729F
Black with #C6729F
Text Example
Text Example
White with #C6729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6729F; }
p { color: rgb(198,114,159); }
H1.HeaderClassName
{
color: #C6729F;
}
.AnyTagClassName
{
color: #C6729F;
}
</style>
background-color css
<style>
a { background-color: #C6729F; }
a { background-color: rgb(198,114,159); }
div.DivClassName
{
background-color: #C6729F;
}
.BgClassName
{
background-color: #C6729F;
}
</style>
border-color css
<style>
span { border-color: #C6729F; }
span { border-color: rgb(198,114,159); }
td.TdClassName
{
border-color: #C6729F;
}
.TagClassName
{
border-color: #C6729F;
}
</style>