Shades of Hopbush #C2748E
Tints of Hopbush #C2748E
RGB
CMYK
RGB Variations
Color information
#C2748E (or 0xC2748E) is known color: Hopbush. HEX triplet: C2, 74 and 8E. RGB value is (194,116,142). Sum of RGB (Red+Green+Blue) = 194+116+142=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2748E is #3D8B71. Grayscale: #8E8E8E. Windows color (decimal): -4033394 or 9336002. OLE color: 9336002.
HSL color Cylindrical-coordinate representation of color #C2748E: hue angle of 340º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2748E is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 142 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.24 |
| HSL | 340º | 0.39% | 0.61% | - |
| HSV(B) | 340º | 0.4% | 0.76% | - |
| XYZ | 33.38 | 25.91 | 28.83 | - |
| YUV | 142.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 142 | 0 | 0.40 | 0.27 | 0.24 | 340 | 0.39 | 0.61 |
| Hex | C2 | 74 | 8E | 0 | 28 | 1B | 18 | 154 | 27 | 3D |
| Octal | 302 | 164 | 216 | 0 | 50 | 33 | 30 | 524 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10001110 | 0 | 101000 | 11011 | 11000 | 101010100 | 100111 | 111101 |
Color Harmonies of #C2748E
Complementary color
Monochromatic Colors of #C2748E
Black with #C2748E
Text Example
Text Example
White with #C2748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2748E; }
p { color: rgb(194,116,142); }
H1.HeaderClassName
{
color: #C2748E;
}
.AnyTagClassName
{
color: #C2748E;
}
</style>
background-color css
<style>
a { background-color: #C2748E; }
a { background-color: rgb(194,116,142); }
div.DivClassName
{
background-color: #C2748E;
}
.BgClassName
{
background-color: #C2748E;
}
</style>
border-color css
<style>
span { border-color: #C2748E; }
span { border-color: rgb(194,116,142); }
td.TdClassName
{
border-color: #C2748E;
}
.TagClassName
{
border-color: #C2748E;
}
</style>