Shades of Hopbush #C2729D
Tints of Hopbush #C2729D
RGB
CMYK
RGB Variations
Color information
#C2729D (or 0xC2729D) is known color: Hopbush. HEX triplet: C2, 72 and 9D. RGB value is (194,114,157). Sum of RGB (Red+Green+Blue) = 194+114+157=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2729D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2729D is #3D8D62. Grayscale: #8E8E8E. Windows color (decimal): -4033891 or 10318530. OLE color: 10318530.
HSL color Cylindrical-coordinate representation of color #C2729D: hue angle of 327.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2729D is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 157 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.24 |
| HSL | 327.75º | 0.4% | 0.6% | - |
| HSV(B) | 327.75º | 0.41% | 0.76% | - |
| XYZ | 34.35 | 25.94 | 35.09 | - |
| YUV | 142.82 | 136 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 157 | 0 | 0.41 | 0.19 | 0.24 | 327.75 | 0.4 | 0.6 |
| Hex | C2 | 72 | 9D | 0 | 29 | 13 | 18 | 148 | 28 | 3C |
| Octal | 302 | 162 | 235 | 0 | 51 | 23 | 30 | 510 | 50 | 74 |
| Binary | 11000010 | 1110010 | 10011101 | 0 | 101001 | 10011 | 11000 | 101001000 | 101000 | 111100 |
Color Harmonies of #C2729D
Complementary color
Monochromatic Colors of #C2729D
Black with #C2729D
Text Example
Text Example
White with #C2729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2729D; }
p { color: rgb(194,114,157); }
H1.HeaderClassName
{
color: #C2729D;
}
.AnyTagClassName
{
color: #C2729D;
}
</style>
background-color css
<style>
a { background-color: #C2729D; }
a { background-color: rgb(194,114,157); }
div.DivClassName
{
background-color: #C2729D;
}
.BgClassName
{
background-color: #C2729D;
}
</style>
border-color css
<style>
span { border-color: #C2729D; }
span { border-color: rgb(194,114,157); }
td.TdClassName
{
border-color: #C2729D;
}
.TagClassName
{
border-color: #C2729D;
}
</style>