Shades of Hopbush #C2738E
Tints of Hopbush #C2738E
RGB
CMYK
RGB Variations
Color information
#C2738E (or 0xC2738E) is known color: Hopbush. HEX triplet: C2, 73 and 8E. RGB value is (194,115,142). Sum of RGB (Red+Green+Blue) = 194+115+142=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2738E is #3D8C71. Grayscale: #8D8D8D. Windows color (decimal): -4033650 or 9335746. OLE color: 9335746.
HSL color Cylindrical-coordinate representation of color #C2738E: hue angle of 339.49º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2738E is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 142 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.24 |
| HSL | 339.49º | 0.39% | 0.61% | - |
| HSV(B) | 339.49º | 0.41% | 0.76% | - |
| XYZ | 33.26 | 25.68 | 28.8 | - |
| YUV | 141.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 142 | 0 | 0.41 | 0.27 | 0.24 | 339.49 | 0.39 | 0.61 |
| Hex | C2 | 73 | 8E | 0 | 29 | 1B | 18 | 153 | 27 | 3D |
| Octal | 302 | 163 | 216 | 0 | 51 | 33 | 30 | 523 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10001110 | 0 | 101001 | 11011 | 11000 | 101010011 | 100111 | 111101 |
Color Harmonies of #C2738E
Complementary color
Monochromatic Colors of #C2738E
Black with #C2738E
Text Example
Text Example
White with #C2738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2738E; }
p { color: rgb(194,115,142); }
H1.HeaderClassName
{
color: #C2738E;
}
.AnyTagClassName
{
color: #C2738E;
}
</style>
background-color css
<style>
a { background-color: #C2738E; }
a { background-color: rgb(194,115,142); }
div.DivClassName
{
background-color: #C2738E;
}
.BgClassName
{
background-color: #C2738E;
}
</style>
border-color css
<style>
span { border-color: #C2738E; }
span { border-color: rgb(194,115,142); }
td.TdClassName
{
border-color: #C2738E;
}
.TagClassName
{
border-color: #C2738E;
}
</style>