Shades of Hopbush #C45F8C
Tints of Hopbush #C45F8C
RGB
CMYK
RGB Variations
Color information
#C45F8C (or 0xC45F8C) is known color: Hopbush. HEX triplet: C4, 5F and 8C. RGB value is (196,95,140). Sum of RGB (Red+Green+Blue) = 196+95+140=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45F8C is #3BA073. Grayscale: #828282. Windows color (decimal): -3907700 or 9199556. OLE color: 9199556.
HSL color Cylindrical-coordinate representation of color #C45F8C: hue angle of 333.27º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45F8C is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 140 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.23 |
| HSL | 333.27º | 0.46% | 0.57% | - |
| HSV(B) | 333.27º | 0.52% | 0.77% | - |
| XYZ | 31.59 | 21.81 | 27.36 | - |
| YUV | 130.33 | 133.46 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 140 | 0 | 0.52 | 0.29 | 0.23 | 333.27 | 0.46 | 0.57 |
| Hex | C4 | 5F | 8C | 0 | 34 | 1D | 17 | 14D | 2E | 39 |
| Octal | 304 | 137 | 214 | 0 | 64 | 35 | 27 | 515 | 56 | 71 |
| Binary | 11000100 | 1011111 | 10001100 | 0 | 110100 | 11101 | 10111 | 101001101 | 101110 | 111001 |
Color Harmonies of #C45F8C
Complementary color
Monochromatic Colors of #C45F8C
Black with #C45F8C
Text Example
Text Example
White with #C45F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45F8C; }
p { color: rgb(196,95,140); }
H1.HeaderClassName
{
color: #C45F8C;
}
.AnyTagClassName
{
color: #C45F8C;
}
</style>
background-color css
<style>
a { background-color: #C45F8C; }
a { background-color: rgb(196,95,140); }
div.DivClassName
{
background-color: #C45F8C;
}
.BgClassName
{
background-color: #C45F8C;
}
</style>
border-color css
<style>
span { border-color: #C45F8C; }
span { border-color: rgb(196,95,140); }
td.TdClassName
{
border-color: #C45F8C;
}
.TagClassName
{
border-color: #C45F8C;
}
</style>