Shades of Hopbush #C2729B
Tints of Hopbush #C2729B
RGB
CMYK
RGB Variations
Color information
#C2729B (or 0xC2729B) is known color: Hopbush. HEX triplet: C2, 72 and 9B. RGB value is (194,114,155). Sum of RGB (Red+Green+Blue) = 194+114+155=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2729B is #3D8D64. Grayscale: #8E8E8E. Windows color (decimal): -4033893 or 10187458. OLE color: 10187458.
HSL color Cylindrical-coordinate representation of color #C2729B: hue angle of 329.25º 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 #C2729B is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 155 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.24 |
| HSL | 329.25º | 0.4% | 0.6% | - |
| HSV(B) | 329.25º | 0.41% | 0.76% | - |
| XYZ | 34.18 | 25.87 | 34.2 | - |
| YUV | 142.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 155 | 0 | 0.41 | 0.20 | 0.24 | 329.25 | 0.4 | 0.6 |
| Hex | C2 | 72 | 9B | 0 | 29 | 14 | 18 | 149 | 28 | 3C |
| Octal | 302 | 162 | 233 | 0 | 51 | 24 | 30 | 511 | 50 | 74 |
| Binary | 11000010 | 1110010 | 10011011 | 0 | 101001 | 10100 | 11000 | 101001001 | 101000 | 111100 |
Color Harmonies of #C2729B
Complementary color
Monochromatic Colors of #C2729B
Black with #C2729B
Text Example
Text Example
White with #C2729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2729B; }
p { color: rgb(194,114,155); }
H1.HeaderClassName
{
color: #C2729B;
}
.AnyTagClassName
{
color: #C2729B;
}
</style>
background-color css
<style>
a { background-color: #C2729B; }
a { background-color: rgb(194,114,155); }
div.DivClassName
{
background-color: #C2729B;
}
.BgClassName
{
background-color: #C2729B;
}
</style>
border-color css
<style>
span { border-color: #C2729B; }
span { border-color: rgb(194,114,155); }
td.TdClassName
{
border-color: #C2729B;
}
.TagClassName
{
border-color: #C2729B;
}
</style>