Shades of Sunglo #C56259
Tints of Sunglo #C56259
RGB
CMYK
RGB Variations
Color information
#C56259 (or 0xC56259) is known color: Sunglo. HEX triplet: C5, 62 and 59. RGB value is (197,98,89). Sum of RGB (Red+Green+Blue) = 197+98+89=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C56259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56259 is #3A9DA6. Grayscale: #7E7E7E. Windows color (decimal): -3841447 or 5857989. OLE color: 5857989.
HSL color Cylindrical-coordinate representation of color #C56259: hue angle of 5º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C56259 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 89 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.23 |
| HSL | 5º | 0.48% | 0.56% | - |
| HSV(B) | 5º | 0.55% | 0.77% | - |
| XYZ | 29.2 | 21.33 | 12.03 | - |
| YUV | 126.58 | 106.8 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 89 | 0 | 0.50 | 0.55 | 0.23 | 5 | 0.48 | 0.56 |
| Hex | C5 | 62 | 59 | 0 | 32 | 37 | 17 | 5 | 30 | 38 |
| Octal | 305 | 142 | 131 | 0 | 62 | 67 | 27 | 5 | 60 | 70 |
| Binary | 11000101 | 1100010 | 1011001 | 0 | 110010 | 110111 | 10111 | 101 | 110000 | 111000 |
Color Harmonies of #C56259
Complementary color
Monochromatic Colors of #C56259
Black with #C56259
Text Example
Text Example
White with #C56259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56259; }
p { color: rgb(197,98,89); }
H1.HeaderClassName
{
color: #C56259;
}
.AnyTagClassName
{
color: #C56259;
}
</style>
background-color css
<style>
a { background-color: #C56259; }
a { background-color: rgb(197,98,89); }
div.DivClassName
{
background-color: #C56259;
}
.BgClassName
{
background-color: #C56259;
}
</style>
border-color css
<style>
span { border-color: #C56259; }
span { border-color: rgb(197,98,89); }
td.TdClassName
{
border-color: #C56259;
}
.TagClassName
{
border-color: #C56259;
}
</style>