Shades of Hopbush #C2759F
Tints of Hopbush #C2759F
RGB
CMYK
RGB Variations
Color information
#C2759F (or 0xC2759F) is known color: Hopbush. HEX triplet: C2, 75 and 9F. RGB value is (194,117,159). Sum of RGB (Red+Green+Blue) = 194+117+159=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2759F is #3D8A60. Grayscale: #909090. Windows color (decimal): -4033121 or 10450370. OLE color: 10450370.
HSL color Cylindrical-coordinate representation of color #C2759F: hue angle of 327.27º 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 #C2759F is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 159 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.24 |
| HSL | 327.27º | 0.39% | 0.61% | - |
| HSV(B) | 327.27º | 0.4% | 0.76% | - |
| XYZ | 34.87 | 26.7 | 36.12 | - |
| YUV | 144.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 159 | 0 | 0.40 | 0.18 | 0.24 | 327.27 | 0.39 | 0.61 |
| Hex | C2 | 75 | 9F | 0 | 28 | 12 | 18 | 147 | 27 | 3D |
| Octal | 302 | 165 | 237 | 0 | 50 | 22 | 30 | 507 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10011111 | 0 | 101000 | 10010 | 11000 | 101000111 | 100111 | 111101 |
Color Harmonies of #C2759F
Complementary color
Monochromatic Colors of #C2759F
Black with #C2759F
Text Example
Text Example
White with #C2759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2759F; }
p { color: rgb(194,117,159); }
H1.HeaderClassName
{
color: #C2759F;
}
.AnyTagClassName
{
color: #C2759F;
}
</style>
background-color css
<style>
a { background-color: #C2759F; }
a { background-color: rgb(194,117,159); }
div.DivClassName
{
background-color: #C2759F;
}
.BgClassName
{
background-color: #C2759F;
}
</style>
border-color css
<style>
span { border-color: #C2759F; }
span { border-color: rgb(194,117,159); }
td.TdClassName
{
border-color: #C2759F;
}
.TagClassName
{
border-color: #C2759F;
}
</style>