Shades of Hopbush #C1748F
Tints of Hopbush #C1748F
RGB
CMYK
RGB Variations
Color information
#C1748F (or 0xC1748F) is known color: Hopbush. HEX triplet: C1, 74 and 8F. RGB value is (193,116,143). Sum of RGB (Red+Green+Blue) = 193+116+143=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1748F is #3E8B70. Grayscale: #8E8E8E. Windows color (decimal): -4098929 or 9401537. OLE color: 9401537.
HSL color Cylindrical-coordinate representation of color #C1748F: hue angle of 338.96º 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 #C1748F is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 143 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.24 |
| HSL | 338.96º | 0.38% | 0.61% | - |
| HSV(B) | 338.96º | 0.4% | 0.76% | - |
| XYZ | 33.2 | 25.81 | 29.22 | - |
| YUV | 142.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 143 | 0 | 0.40 | 0.26 | 0.24 | 338.96 | 0.38 | 0.61 |
| Hex | C1 | 74 | 8F | 0 | 28 | 1A | 18 | 153 | 26 | 3D |
| Octal | 301 | 164 | 217 | 0 | 50 | 32 | 30 | 523 | 46 | 75 |
| Binary | 11000001 | 1110100 | 10001111 | 0 | 101000 | 11010 | 11000 | 101010011 | 100110 | 111101 |
Color Harmonies of #C1748F
Complementary color
Monochromatic Colors of #C1748F
Black with #C1748F
Text Example
Text Example
White with #C1748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1748F; }
p { color: rgb(193,116,143); }
H1.HeaderClassName
{
color: #C1748F;
}
.AnyTagClassName
{
color: #C1748F;
}
</style>
background-color css
<style>
a { background-color: #C1748F; }
a { background-color: rgb(193,116,143); }
div.DivClassName
{
background-color: #C1748F;
}
.BgClassName
{
background-color: #C1748F;
}
</style>
border-color css
<style>
span { border-color: #C1748F; }
span { border-color: rgb(193,116,143); }
td.TdClassName
{
border-color: #C1748F;
}
.TagClassName
{
border-color: #C1748F;
}
</style>