Shades of Hopbush #C1749A
Tints of Hopbush #C1749A
RGB
CMYK
RGB Variations
Color information
#C1749A (or 0xC1749A) is known color: Hopbush. HEX triplet: C1, 74 and 9A. RGB value is (193,116,154). Sum of RGB (Red+Green+Blue) = 193+116+154=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1749A is #3E8B65. Grayscale: #8F8F8F. Windows color (decimal): -4098918 or 10122433. OLE color: 10122433.
HSL color Cylindrical-coordinate representation of color #C1749A: hue angle of 330.39º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1749A is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 154 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.24 |
| HSL | 330.39º | 0.38% | 0.61% | - |
| HSV(B) | 330.39º | 0.4% | 0.76% | - |
| XYZ | 34.07 | 26.16 | 33.83 | - |
| YUV | 143.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 154 | 0 | 0.40 | 0.20 | 0.24 | 330.39 | 0.38 | 0.61 |
| Hex | C1 | 74 | 9A | 0 | 28 | 14 | 18 | 14A | 26 | 3D |
| Octal | 301 | 164 | 232 | 0 | 50 | 24 | 30 | 512 | 46 | 75 |
| Binary | 11000001 | 1110100 | 10011010 | 0 | 101000 | 10100 | 11000 | 101001010 | 100110 | 111101 |
Color Harmonies of #C1749A
Complementary color
Monochromatic Colors of #C1749A
Black with #C1749A
Text Example
Text Example
White with #C1749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1749A; }
p { color: rgb(193,116,154); }
H1.HeaderClassName
{
color: #C1749A;
}
.AnyTagClassName
{
color: #C1749A;
}
</style>
background-color css
<style>
a { background-color: #C1749A; }
a { background-color: rgb(193,116,154); }
div.DivClassName
{
background-color: #C1749A;
}
.BgClassName
{
background-color: #C1749A;
}
</style>
border-color css
<style>
span { border-color: #C1749A; }
span { border-color: rgb(193,116,154); }
td.TdClassName
{
border-color: #C1749A;
}
.TagClassName
{
border-color: #C1749A;
}
</style>