Shades of Hopbush #C56283
Tints of Hopbush #C56283
RGB
CMYK
RGB Variations
Color information
#C56283 (or 0xC56283) is known color: Hopbush. HEX triplet: C5, 62 and 83. RGB value is (197,98,131). Sum of RGB (Red+Green+Blue) = 197+98+131=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C56283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56283 is #3A9D7C. Grayscale: #838383. Windows color (decimal): -3841405 or 8610501. OLE color: 8610501.
HSL color Cylindrical-coordinate representation of color #C56283: hue angle of 340º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56283 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 131 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.23 |
| HSL | 340º | 0.46% | 0.58% | - |
| HSV(B) | 340º | 0.5% | 0.77% | - |
| XYZ | 31.49 | 22.24 | 24.11 | - |
| YUV | 131.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 131 | 0 | 0.50 | 0.34 | 0.23 | 340 | 0.46 | 0.58 |
| Hex | C5 | 62 | 83 | 0 | 32 | 22 | 17 | 154 | 2E | 3A |
| Octal | 305 | 142 | 203 | 0 | 62 | 42 | 27 | 524 | 56 | 72 |
| Binary | 11000101 | 1100010 | 10000011 | 0 | 110010 | 100010 | 10111 | 101010100 | 101110 | 111010 |
Color Harmonies of #C56283
Complementary color
Monochromatic Colors of #C56283
Black with #C56283
Text Example
Text Example
White with #C56283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56283; }
p { color: rgb(197,98,131); }
H1.HeaderClassName
{
color: #C56283;
}
.AnyTagClassName
{
color: #C56283;
}
</style>
background-color css
<style>
a { background-color: #C56283; }
a { background-color: rgb(197,98,131); }
div.DivClassName
{
background-color: #C56283;
}
.BgClassName
{
background-color: #C56283;
}
</style>
border-color css
<style>
span { border-color: #C56283; }
span { border-color: rgb(197,98,131); }
td.TdClassName
{
border-color: #C56283;
}
.TagClassName
{
border-color: #C56283;
}
</style>