Shades of Hopbush #C2758F
Tints of Hopbush #C2758F
RGB
CMYK
RGB Variations
Color information
#C2758F (or 0xC2758F) is known color: Hopbush. HEX triplet: C2, 75 and 8F. RGB value is (194,117,143). Sum of RGB (Red+Green+Blue) = 194+117+143=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2758F is #3D8A70. Grayscale: #8E8E8E. Windows color (decimal): -4033137 or 9401794. OLE color: 9401794.
HSL color Cylindrical-coordinate representation of color #C2758F: hue angle of 339.74º degrees, saturation: 0.39, 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 #C2758F is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 143 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.24 |
| HSL | 339.74º | 0.39% | 0.61% | - |
| HSV(B) | 339.74º | 0.4% | 0.76% | - |
| XYZ | 33.57 | 26.18 | 29.27 | - |
| YUV | 142.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 143 | 0 | 0.40 | 0.26 | 0.24 | 339.74 | 0.39 | 0.61 |
| Hex | C2 | 75 | 8F | 0 | 28 | 1A | 18 | 154 | 27 | 3D |
| Octal | 302 | 165 | 217 | 0 | 50 | 32 | 30 | 524 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10001111 | 0 | 101000 | 11010 | 11000 | 101010100 | 100111 | 111101 |
Color Harmonies of #C2758F
Complementary color
Monochromatic Colors of #C2758F
Black with #C2758F
Text Example
Text Example
White with #C2758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2758F; }
p { color: rgb(194,117,143); }
H1.HeaderClassName
{
color: #C2758F;
}
.AnyTagClassName
{
color: #C2758F;
}
</style>
background-color css
<style>
a { background-color: #C2758F; }
a { background-color: rgb(194,117,143); }
div.DivClassName
{
background-color: #C2758F;
}
.BgClassName
{
background-color: #C2758F;
}
</style>
border-color css
<style>
span { border-color: #C2758F; }
span { border-color: rgb(194,117,143); }
td.TdClassName
{
border-color: #C2758F;
}
.TagClassName
{
border-color: #C2758F;
}
</style>