Shades of Hopbush #C1709B
Tints of Hopbush #C1709B
RGB
CMYK
RGB Variations
Color information
#C1709B (or 0xC1709B) is known color: Hopbush. HEX triplet: C1, 70 and 9B. RGB value is (193,112,155). Sum of RGB (Red+Green+Blue) = 193+112+155=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1709B is #3E8F64. Grayscale: #8D8D8D. Windows color (decimal): -4099941 or 10186945. OLE color: 10186945.
HSL color Cylindrical-coordinate representation of color #C1709B: hue angle of 328.15º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1709B is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 155 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.24 |
| HSL | 328.15º | 0.4% | 0.6% | - |
| HSV(B) | 328.15º | 0.42% | 0.76% | - |
| XYZ | 33.7 | 25.29 | 34.12 | - |
| YUV | 141.12 | 135.84 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 155 | 0 | 0.42 | 0.20 | 0.24 | 328.15 | 0.4 | 0.6 |
| Hex | C1 | 70 | 9B | 0 | 2A | 14 | 18 | 148 | 28 | 3C |
| Octal | 301 | 160 | 233 | 0 | 52 | 24 | 30 | 510 | 50 | 74 |
| Binary | 11000001 | 1110000 | 10011011 | 0 | 101010 | 10100 | 11000 | 101001000 | 101000 | 111100 |
Color Harmonies of #C1709B
Complementary color
Monochromatic Colors of #C1709B
Black with #C1709B
Text Example
Text Example
White with #C1709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1709B; }
p { color: rgb(193,112,155); }
H1.HeaderClassName
{
color: #C1709B;
}
.AnyTagClassName
{
color: #C1709B;
}
</style>
background-color css
<style>
a { background-color: #C1709B; }
a { background-color: rgb(193,112,155); }
div.DivClassName
{
background-color: #C1709B;
}
.BgClassName
{
background-color: #C1709B;
}
</style>
border-color css
<style>
span { border-color: #C1709B; }
span { border-color: rgb(193,112,155); }
td.TdClassName
{
border-color: #C1709B;
}
.TagClassName
{
border-color: #C1709B;
}
</style>