Shades of Hopbush #C2678E
Tints of Hopbush #C2678E
RGB
CMYK
RGB Variations
Color information
#C2678E (or 0xC2678E) is known color: Hopbush. HEX triplet: C2, 67 and 8E. RGB value is (194,103,142). Sum of RGB (Red+Green+Blue) = 194+103+142=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2678E is #3D9871. Grayscale: #868686. Windows color (decimal): -4036722 or 9332674. OLE color: 9332674.
HSL color Cylindrical-coordinate representation of color #C2678E: hue angle of 334.29º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2678E is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 142 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.24 |
| HSL | 334.29º | 0.43% | 0.58% | - |
| HSV(B) | 334.29º | 0.47% | 0.76% | - |
| XYZ | 31.98 | 23.12 | 28.37 | - |
| YUV | 134.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 142 | 0 | 0.47 | 0.27 | 0.24 | 334.29 | 0.43 | 0.58 |
| Hex | C2 | 67 | 8E | 0 | 2F | 1B | 18 | 14E | 2B | 3A |
| Octal | 302 | 147 | 216 | 0 | 57 | 33 | 30 | 516 | 53 | 72 |
| Binary | 11000010 | 1100111 | 10001110 | 0 | 101111 | 11011 | 11000 | 101001110 | 101011 | 111010 |
Color Harmonies of #C2678E
Complementary color
Monochromatic Colors of #C2678E
Black with #C2678E
Text Example
Text Example
White with #C2678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2678E; }
p { color: rgb(194,103,142); }
H1.HeaderClassName
{
color: #C2678E;
}
.AnyTagClassName
{
color: #C2678E;
}
</style>
background-color css
<style>
a { background-color: #C2678E; }
a { background-color: rgb(194,103,142); }
div.DivClassName
{
background-color: #C2678E;
}
.BgClassName
{
background-color: #C2678E;
}
</style>
border-color css
<style>
span { border-color: #C2678E; }
span { border-color: rgb(194,103,142); }
td.TdClassName
{
border-color: #C2678E;
}
.TagClassName
{
border-color: #C2678E;
}
</style>