Shades of Hopbush #C2749D
Tints of Hopbush #C2749D
RGB
CMYK
RGB Variations
Color information
#C2749D (or 0xC2749D) is known color: Hopbush. HEX triplet: C2, 74 and 9D. RGB value is (194,116,157). Sum of RGB (Red+Green+Blue) = 194+116+157=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2749D is #3D8B62. Grayscale: #8F8F8F. Windows color (decimal): -4033379 or 10319042. OLE color: 10319042.
HSL color Cylindrical-coordinate representation of color #C2749D: hue angle of 328.46º 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 #C2749D is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 157 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.24 |
| HSL | 328.46º | 0.39% | 0.61% | - |
| HSV(B) | 328.46º | 0.4% | 0.76% | - |
| XYZ | 34.58 | 26.39 | 35.17 | - |
| YUV | 144 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 157 | 0 | 0.40 | 0.19 | 0.24 | 328.46 | 0.39 | 0.61 |
| Hex | C2 | 74 | 9D | 0 | 28 | 13 | 18 | 148 | 27 | 3D |
| Octal | 302 | 164 | 235 | 0 | 50 | 23 | 30 | 510 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10011101 | 0 | 101000 | 10011 | 11000 | 101001000 | 100111 | 111101 |
Color Harmonies of #C2749D
Complementary color
Monochromatic Colors of #C2749D
Black with #C2749D
Text Example
Text Example
White with #C2749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2749D; }
p { color: rgb(194,116,157); }
H1.HeaderClassName
{
color: #C2749D;
}
.AnyTagClassName
{
color: #C2749D;
}
</style>
background-color css
<style>
a { background-color: #C2749D; }
a { background-color: rgb(194,116,157); }
div.DivClassName
{
background-color: #C2749D;
}
.BgClassName
{
background-color: #C2749D;
}
</style>
border-color css
<style>
span { border-color: #C2749D; }
span { border-color: rgb(194,116,157); }
td.TdClassName
{
border-color: #C2749D;
}
.TagClassName
{
border-color: #C2749D;
}
</style>