Shades of Hopbush #C2759D
Tints of Hopbush #C2759D
RGB
CMYK
RGB Variations
Color information
#C2759D (or 0xC2759D) is known color: Hopbush. HEX triplet: C2, 75 and 9D. RGB value is (194,117,157). Sum of RGB (Red+Green+Blue) = 194+117+157=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2759D is #3D8A62. Grayscale: #909090. Windows color (decimal): -4033123 or 10319298. OLE color: 10319298.
HSL color Cylindrical-coordinate representation of color #C2759D: hue angle of 328.83º 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 #C2759D is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 157 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.24 |
| HSL | 328.83º | 0.39% | 0.61% | - |
| HSV(B) | 328.83º | 0.4% | 0.76% | - |
| XYZ | 34.7 | 26.63 | 35.21 | - |
| YUV | 144.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 157 | 0 | 0.40 | 0.19 | 0.24 | 328.83 | 0.39 | 0.61 |
| Hex | C2 | 75 | 9D | 0 | 28 | 13 | 18 | 149 | 27 | 3D |
| Octal | 302 | 165 | 235 | 0 | 50 | 23 | 30 | 511 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10011101 | 0 | 101000 | 10011 | 11000 | 101001001 | 100111 | 111101 |
Color Harmonies of #C2759D
Complementary color
Monochromatic Colors of #C2759D
Black with #C2759D
Text Example
Text Example
White with #C2759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2759D; }
p { color: rgb(194,117,157); }
H1.HeaderClassName
{
color: #C2759D;
}
.AnyTagClassName
{
color: #C2759D;
}
</style>
background-color css
<style>
a { background-color: #C2759D; }
a { background-color: rgb(194,117,157); }
div.DivClassName
{
background-color: #C2759D;
}
.BgClassName
{
background-color: #C2759D;
}
</style>
border-color css
<style>
span { border-color: #C2759D; }
span { border-color: rgb(194,117,157); }
td.TdClassName
{
border-color: #C2759D;
}
.TagClassName
{
border-color: #C2759D;
}
</style>