Shades of Hopbush #C2709D
Tints of Hopbush #C2709D
RGB
CMYK
RGB Variations
Color information
#C2709D (or 0xC2709D) is known color: Hopbush. HEX triplet: C2, 70 and 9D. RGB value is (194,112,157). Sum of RGB (Red+Green+Blue) = 194+112+157=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2709D is #3D8F62. Grayscale: #8D8D8D. Windows color (decimal): -4034403 or 10318018. OLE color: 10318018.
HSL color Cylindrical-coordinate representation of color #C2709D: hue angle of 327.07º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2709D is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 157 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.24 |
| HSL | 327.07º | 0.4% | 0.6% | - |
| HSV(B) | 327.07º | 0.42% | 0.76% | - |
| XYZ | 34.13 | 25.49 | 35.02 | - |
| YUV | 141.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 157 | 0 | 0.42 | 0.19 | 0.24 | 327.07 | 0.4 | 0.6 |
| Hex | C2 | 70 | 9D | 0 | 2A | 13 | 18 | 147 | 28 | 3C |
| Octal | 302 | 160 | 235 | 0 | 52 | 23 | 30 | 507 | 50 | 74 |
| Binary | 11000010 | 1110000 | 10011101 | 0 | 101010 | 10011 | 11000 | 101000111 | 101000 | 111100 |
Color Harmonies of #C2709D
Complementary color
Monochromatic Colors of #C2709D
Black with #C2709D
Text Example
Text Example
White with #C2709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2709D; }
p { color: rgb(194,112,157); }
H1.HeaderClassName
{
color: #C2709D;
}
.AnyTagClassName
{
color: #C2709D;
}
</style>
background-color css
<style>
a { background-color: #C2709D; }
a { background-color: rgb(194,112,157); }
div.DivClassName
{
background-color: #C2709D;
}
.BgClassName
{
background-color: #C2709D;
}
</style>
border-color css
<style>
span { border-color: #C2709D; }
span { border-color: rgb(194,112,157); }
td.TdClassName
{
border-color: #C2709D;
}
.TagClassName
{
border-color: #C2709D;
}
</style>