Shades of Hopbush #C2738D
Tints of Hopbush #C2738D
RGB
CMYK
RGB Variations
Color information
#C2738D (or 0xC2738D) is known color: Hopbush. HEX triplet: C2, 73 and 8D. RGB value is (194,115,141). Sum of RGB (Red+Green+Blue) = 194+115+141=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2738D is #3D8C72. Grayscale: #8D8D8D. Windows color (decimal): -4033651 or 9270210. OLE color: 9270210.
HSL color Cylindrical-coordinate representation of color #C2738D: hue angle of 340.25º 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 #C2738D is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 141 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.24 |
| HSL | 340.25º | 0.39% | 0.61% | - |
| HSV(B) | 340.25º | 0.41% | 0.76% | - |
| XYZ | 33.19 | 25.65 | 28.4 | - |
| YUV | 141.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 141 | 0 | 0.41 | 0.27 | 0.24 | 340.25 | 0.39 | 0.61 |
| Hex | C2 | 73 | 8D | 0 | 29 | 1B | 18 | 154 | 27 | 3D |
| Octal | 302 | 163 | 215 | 0 | 51 | 33 | 30 | 524 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10001101 | 0 | 101001 | 11011 | 11000 | 101010100 | 100111 | 111101 |
Color Harmonies of #C2738D
Complementary color
Monochromatic Colors of #C2738D
Black with #C2738D
Text Example
Text Example
White with #C2738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2738D; }
p { color: rgb(194,115,141); }
H1.HeaderClassName
{
color: #C2738D;
}
.AnyTagClassName
{
color: #C2738D;
}
</style>
background-color css
<style>
a { background-color: #C2738D; }
a { background-color: rgb(194,115,141); }
div.DivClassName
{
background-color: #C2738D;
}
.BgClassName
{
background-color: #C2738D;
}
</style>
border-color css
<style>
span { border-color: #C2738D; }
span { border-color: rgb(194,115,141); }
td.TdClassName
{
border-color: #C2738D;
}
.TagClassName
{
border-color: #C2738D;
}
</style>