Shades of Hopbush #C2749C
Tints of Hopbush #C2749C
RGB
CMYK
RGB Variations
Color information
#C2749C (or 0xC2749C) is known color: Hopbush. HEX triplet: C2, 74 and 9C. RGB value is (194,116,156). Sum of RGB (Red+Green+Blue) = 194+116+156=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2749C is #3D8B63. Grayscale: #8F8F8F. Windows color (decimal): -4033380 or 10253506. OLE color: 10253506.
HSL color Cylindrical-coordinate representation of color #C2749C: hue angle of 329.23º 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 #C2749C is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 156 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.24 |
| HSL | 329.23º | 0.39% | 0.61% | - |
| HSV(B) | 329.23º | 0.4% | 0.76% | - |
| XYZ | 34.49 | 26.36 | 34.72 | - |
| YUV | 143.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 156 | 0 | 0.40 | 0.20 | 0.24 | 329.23 | 0.39 | 0.61 |
| Hex | C2 | 74 | 9C | 0 | 28 | 14 | 18 | 149 | 27 | 3D |
| Octal | 302 | 164 | 234 | 0 | 50 | 24 | 30 | 511 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10011100 | 0 | 101000 | 10100 | 11000 | 101001001 | 100111 | 111101 |
Color Harmonies of #C2749C
Complementary color
Monochromatic Colors of #C2749C
Black with #C2749C
Text Example
Text Example
White with #C2749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2749C; }
p { color: rgb(194,116,156); }
H1.HeaderClassName
{
color: #C2749C;
}
.AnyTagClassName
{
color: #C2749C;
}
</style>
background-color css
<style>
a { background-color: #C2749C; }
a { background-color: rgb(194,116,156); }
div.DivClassName
{
background-color: #C2749C;
}
.BgClassName
{
background-color: #C2749C;
}
</style>
border-color css
<style>
span { border-color: #C2749C; }
span { border-color: rgb(194,116,156); }
td.TdClassName
{
border-color: #C2749C;
}
.TagClassName
{
border-color: #C2749C;
}
</style>