Shades of Hopbush #C2678B
Tints of Hopbush #C2678B
RGB
CMYK
RGB Variations
Color information
#C2678B (or 0xC2678B) is known color: Hopbush. HEX triplet: C2, 67 and 8B. RGB value is (194,103,139). Sum of RGB (Red+Green+Blue) = 194+103+139=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2678B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2678B is #3D9874. Grayscale: #868686. Windows color (decimal): -4036725 or 9136066. OLE color: 9136066.
HSL color Cylindrical-coordinate representation of color #C2678B: hue angle of 336.26º 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 #C2678B is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 139 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.24 |
| HSL | 336.26º | 0.43% | 0.58% | - |
| HSV(B) | 336.26º | 0.47% | 0.76% | - |
| XYZ | 31.76 | 23.03 | 27.2 | - |
| YUV | 134.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 139 | 0 | 0.47 | 0.28 | 0.24 | 336.26 | 0.43 | 0.58 |
| Hex | C2 | 67 | 8B | 0 | 2F | 1C | 18 | 150 | 2B | 3A |
| Octal | 302 | 147 | 213 | 0 | 57 | 34 | 30 | 520 | 53 | 72 |
| Binary | 11000010 | 1100111 | 10001011 | 0 | 101111 | 11100 | 11000 | 101010000 | 101011 | 111010 |
Color Harmonies of #C2678B
Complementary color
Monochromatic Colors of #C2678B
Black with #C2678B
Text Example
Text Example
White with #C2678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2678B; }
p { color: rgb(194,103,139); }
H1.HeaderClassName
{
color: #C2678B;
}
.AnyTagClassName
{
color: #C2678B;
}
</style>
background-color css
<style>
a { background-color: #C2678B; }
a { background-color: rgb(194,103,139); }
div.DivClassName
{
background-color: #C2678B;
}
.BgClassName
{
background-color: #C2678B;
}
</style>
border-color css
<style>
span { border-color: #C2678B; }
span { border-color: rgb(194,103,139); }
td.TdClassName
{
border-color: #C2678B;
}
.TagClassName
{
border-color: #C2678B;
}
</style>