Shades of Hopbush #C1729F
Tints of Hopbush #C1729F
RGB
CMYK
RGB Variations
Color information
#C1729F (or 0xC1729F) is known color: Hopbush. HEX triplet: C1, 72 and 9F. RGB value is (193,114,159). Sum of RGB (Red+Green+Blue) = 193+114+159=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1729F is #3E8D60. Grayscale: #8E8E8E. Windows color (decimal): -4099425 or 10449601. OLE color: 10449601.
HSL color Cylindrical-coordinate representation of color #C1729F: hue angle of 325.82º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1729F is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 159 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.24 |
| HSL | 325.82º | 0.39% | 0.6% | - |
| HSV(B) | 325.82º | 0.41% | 0.76% | - |
| XYZ | 34.27 | 25.88 | 35.99 | - |
| YUV | 142.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 159 | 0 | 0.41 | 0.18 | 0.24 | 325.82 | 0.39 | 0.6 |
| Hex | C1 | 72 | 9F | 0 | 29 | 12 | 18 | 146 | 27 | 3C |
| Octal | 301 | 162 | 237 | 0 | 51 | 22 | 30 | 506 | 47 | 74 |
| Binary | 11000001 | 1110010 | 10011111 | 0 | 101001 | 10010 | 11000 | 101000110 | 100111 | 111100 |
Color Harmonies of #C1729F
Complementary color
Monochromatic Colors of #C1729F
Black with #C1729F
Text Example
Text Example
White with #C1729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1729F; }
p { color: rgb(193,114,159); }
H1.HeaderClassName
{
color: #C1729F;
}
.AnyTagClassName
{
color: #C1729F;
}
</style>
background-color css
<style>
a { background-color: #C1729F; }
a { background-color: rgb(193,114,159); }
div.DivClassName
{
background-color: #C1729F;
}
.BgClassName
{
background-color: #C1729F;
}
</style>
border-color css
<style>
span { border-color: #C1729F; }
span { border-color: rgb(193,114,159); }
td.TdClassName
{
border-color: #C1729F;
}
.TagClassName
{
border-color: #C1729F;
}
</style>