Shades of Hopbush #C1758F
Tints of Hopbush #C1758F
RGB
CMYK
RGB Variations
Color information
#C1758F (or 0xC1758F) is known color: Hopbush. HEX triplet: C1, 75 and 8F. RGB value is (193,117,143). Sum of RGB (Red+Green+Blue) = 193+117+143=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1758F is #3E8A70. Grayscale: #8E8E8E. Windows color (decimal): -4098673 or 9401793. OLE color: 9401793.
HSL color Cylindrical-coordinate representation of color #C1758F: hue angle of 339.47º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1758F is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 143 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.24 |
| HSL | 339.47º | 0.38% | 0.61% | - |
| HSV(B) | 339.47º | 0.39% | 0.76% | - |
| XYZ | 33.31 | 26.04 | 29.26 | - |
| YUV | 142.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 143 | 0 | 0.39 | 0.26 | 0.24 | 339.47 | 0.38 | 0.61 |
| Hex | C1 | 75 | 8F | 0 | 27 | 1A | 18 | 153 | 26 | 3D |
| Octal | 301 | 165 | 217 | 0 | 47 | 32 | 30 | 523 | 46 | 75 |
| Binary | 11000001 | 1110101 | 10001111 | 0 | 100111 | 11010 | 11000 | 101010011 | 100110 | 111101 |
Color Harmonies of #C1758F
Complementary color
Monochromatic Colors of #C1758F
Black with #C1758F
Text Example
Text Example
White with #C1758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1758F; }
p { color: rgb(193,117,143); }
H1.HeaderClassName
{
color: #C1758F;
}
.AnyTagClassName
{
color: #C1758F;
}
</style>
background-color css
<style>
a { background-color: #C1758F; }
a { background-color: rgb(193,117,143); }
div.DivClassName
{
background-color: #C1758F;
}
.BgClassName
{
background-color: #C1758F;
}
</style>
border-color css
<style>
span { border-color: #C1758F; }
span { border-color: rgb(193,117,143); }
td.TdClassName
{
border-color: #C1758F;
}
.TagClassName
{
border-color: #C1758F;
}
</style>