Shades of Hopbush #C1719A
Tints of Hopbush #C1719A
RGB
CMYK
RGB Variations
Color information
#C1719A (or 0xC1719A) is known color: Hopbush. HEX triplet: C1, 71 and 9A. RGB value is (193,113,154). Sum of RGB (Red+Green+Blue) = 193+113+154=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1719A is #3E8E65. Grayscale: #8D8D8D. Windows color (decimal): -4099686 or 10121665. OLE color: 10121665.
HSL color Cylindrical-coordinate representation of color #C1719A: hue angle of 329.25º 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 #C1719A is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 154 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.24 |
| HSL | 329.25º | 0.39% | 0.6% | - |
| HSV(B) | 329.25º | 0.41% | 0.76% | - |
| XYZ | 33.73 | 25.48 | 33.71 | - |
| YUV | 141.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 154 | 0 | 0.41 | 0.20 | 0.24 | 329.25 | 0.39 | 0.6 |
| Hex | C1 | 71 | 9A | 0 | 29 | 14 | 18 | 149 | 27 | 3C |
| Octal | 301 | 161 | 232 | 0 | 51 | 24 | 30 | 511 | 47 | 74 |
| Binary | 11000001 | 1110001 | 10011010 | 0 | 101001 | 10100 | 11000 | 101001001 | 100111 | 111100 |
Color Harmonies of #C1719A
Complementary color
Monochromatic Colors of #C1719A
Black with #C1719A
Text Example
Text Example
White with #C1719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1719A; }
p { color: rgb(193,113,154); }
H1.HeaderClassName
{
color: #C1719A;
}
.AnyTagClassName
{
color: #C1719A;
}
</style>
background-color css
<style>
a { background-color: #C1719A; }
a { background-color: rgb(193,113,154); }
div.DivClassName
{
background-color: #C1719A;
}
.BgClassName
{
background-color: #C1719A;
}
</style>
border-color css
<style>
span { border-color: #C1719A; }
span { border-color: rgb(193,113,154); }
td.TdClassName
{
border-color: #C1719A;
}
.TagClassName
{
border-color: #C1719A;
}
</style>