Shades of Hopbush #C2728C
Tints of Hopbush #C2728C
RGB
CMYK
RGB Variations
Color information
#C2728C (or 0xC2728C) is known color: Hopbush. HEX triplet: C2, 72 and 8C. RGB value is (194,114,140). Sum of RGB (Red+Green+Blue) = 194+114+140=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2728C is #3D8D73. Grayscale: #8C8C8C. Windows color (decimal): -4033908 or 9204418. OLE color: 9204418.
HSL color Cylindrical-coordinate representation of color #C2728C: hue angle of 340.5º 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 #C2728C is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 140 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.24 |
| HSL | 340.5º | 0.4% | 0.6% | - |
| HSV(B) | 340.5º | 0.41% | 0.76% | - |
| XYZ | 33 | 25.4 | 27.97 | - |
| YUV | 140.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 140 | 0 | 0.41 | 0.28 | 0.24 | 340.5 | 0.4 | 0.6 |
| Hex | C2 | 72 | 8C | 0 | 29 | 1C | 18 | 154 | 28 | 3C |
| Octal | 302 | 162 | 214 | 0 | 51 | 34 | 30 | 524 | 50 | 74 |
| Binary | 11000010 | 1110010 | 10001100 | 0 | 101001 | 11100 | 11000 | 101010100 | 101000 | 111100 |
Color Harmonies of #C2728C
Complementary color
Monochromatic Colors of #C2728C
Black with #C2728C
Text Example
Text Example
White with #C2728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2728C; }
p { color: rgb(194,114,140); }
H1.HeaderClassName
{
color: #C2728C;
}
.AnyTagClassName
{
color: #C2728C;
}
</style>
background-color css
<style>
a { background-color: #C2728C; }
a { background-color: rgb(194,114,140); }
div.DivClassName
{
background-color: #C2728C;
}
.BgClassName
{
background-color: #C2728C;
}
</style>
border-color css
<style>
span { border-color: #C2728C; }
span { border-color: rgb(194,114,140); }
td.TdClassName
{
border-color: #C2728C;
}
.TagClassName
{
border-color: #C2728C;
}
</style>