Shades of Hopbush #C2739C
Tints of Hopbush #C2739C
RGB
CMYK
RGB Variations
Color information
#C2739C (or 0xC2739C) is known color: Hopbush. HEX triplet: C2, 73 and 9C. RGB value is (194,115,156). Sum of RGB (Red+Green+Blue) = 194+115+156=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2739C is #3D8C63. Grayscale: #8F8F8F. Windows color (decimal): -4033636 or 10253250. OLE color: 10253250.
HSL color Cylindrical-coordinate representation of color #C2739C: hue angle of 328.86º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2739C is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 156 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.24 |
| HSL | 328.86º | 0.39% | 0.61% | - |
| HSV(B) | 328.86º | 0.41% | 0.76% | - |
| XYZ | 34.38 | 26.13 | 34.68 | - |
| YUV | 143.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 156 | 0 | 0.41 | 0.20 | 0.24 | 328.86 | 0.39 | 0.61 |
| Hex | C2 | 73 | 9C | 0 | 29 | 14 | 18 | 149 | 27 | 3D |
| Octal | 302 | 163 | 234 | 0 | 51 | 24 | 30 | 511 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10011100 | 0 | 101001 | 10100 | 11000 | 101001001 | 100111 | 111101 |
Color Harmonies of #C2739C
Complementary color
Monochromatic Colors of #C2739C
Black with #C2739C
Text Example
Text Example
White with #C2739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2739C; }
p { color: rgb(194,115,156); }
H1.HeaderClassName
{
color: #C2739C;
}
.AnyTagClassName
{
color: #C2739C;
}
</style>
background-color css
<style>
a { background-color: #C2739C; }
a { background-color: rgb(194,115,156); }
div.DivClassName
{
background-color: #C2739C;
}
.BgClassName
{
background-color: #C2739C;
}
</style>
border-color css
<style>
span { border-color: #C2739C; }
span { border-color: rgb(194,115,156); }
td.TdClassName
{
border-color: #C2739C;
}
.TagClassName
{
border-color: #C2739C;
}
</style>