Shades of Hopbush #C0738F
Tints of Hopbush #C0738F
RGB
CMYK
RGB Variations
Color information
#C0738F (or 0xC0738F) is known color: Hopbush. HEX triplet: C0, 73 and 8F. RGB value is (192,115,143). Sum of RGB (Red+Green+Blue) = 192+115+143=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0738F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0738F is #3F8C70. Grayscale: #8D8D8D. Windows color (decimal): -4164721 or 9401280. OLE color: 9401280.
HSL color Cylindrical-coordinate representation of color #C0738F: hue angle of 338.18º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0738F is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 143 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.25 |
| HSL | 338.18º | 0.38% | 0.6% | - |
| HSV(B) | 338.18º | 0.4% | 0.75% | - |
| XYZ | 32.83 | 25.45 | 29.17 | - |
| YUV | 141.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 143 | 0 | 0.40 | 0.26 | 0.25 | 338.18 | 0.38 | 0.6 |
| Hex | C0 | 73 | 8F | 0 | 28 | 1A | 19 | 152 | 26 | 3C |
| Octal | 300 | 163 | 217 | 0 | 50 | 32 | 31 | 522 | 46 | 74 |
| Binary | 11000000 | 1110011 | 10001111 | 0 | 101000 | 11010 | 11001 | 101010010 | 100110 | 111100 |
Color Harmonies of #C0738F
Complementary color
Monochromatic Colors of #C0738F
Black with #C0738F
Text Example
Text Example
White with #C0738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0738F; }
p { color: rgb(192,115,143); }
H1.HeaderClassName
{
color: #C0738F;
}
.AnyTagClassName
{
color: #C0738F;
}
</style>
background-color css
<style>
a { background-color: #C0738F; }
a { background-color: rgb(192,115,143); }
div.DivClassName
{
background-color: #C0738F;
}
.BgClassName
{
background-color: #C0738F;
}
</style>
border-color css
<style>
span { border-color: #C0738F; }
span { border-color: rgb(192,115,143); }
td.TdClassName
{
border-color: #C0738F;
}
.TagClassName
{
border-color: #C0738F;
}
</style>