Shades of Sunglo #C56559
Tints of Sunglo #C56559
RGB
CMYK
RGB Variations
Color information
#C56559 (or 0xC56559) is known color: Sunglo. HEX triplet: C5, 65 and 59. RGB value is (197,101,89). Sum of RGB (Red+Green+Blue) = 197+101+89=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C56559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56559 is #3A9AA6. Grayscale: #808080. Windows color (decimal): -3840679 or 5858757. OLE color: 5858757.
HSL color Cylindrical-coordinate representation of color #C56559: hue angle of 6.67º 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 #C56559 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 89 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.23 |
| HSL | 6.67º | 0.48% | 0.56% | - |
| HSV(B) | 6.67º | 0.55% | 0.77% | - |
| XYZ | 29.48 | 21.9 | 12.12 | - |
| YUV | 128.34 | 105.8 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 89 | 0 | 0.49 | 0.55 | 0.23 | 6.67 | 0.48 | 0.56 |
| Hex | C5 | 65 | 59 | 0 | 31 | 37 | 17 | 7 | 30 | 38 |
| Octal | 305 | 145 | 131 | 0 | 61 | 67 | 27 | 7 | 60 | 70 |
| Binary | 11000101 | 1100101 | 1011001 | 0 | 110001 | 110111 | 10111 | 111 | 110000 | 111000 |
Color Harmonies of #C56559
Complementary color
Monochromatic Colors of #C56559
Black with #C56559
Text Example
Text Example
White with #C56559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56559; }
p { color: rgb(197,101,89); }
H1.HeaderClassName
{
color: #C56559;
}
.AnyTagClassName
{
color: #C56559;
}
</style>
background-color css
<style>
a { background-color: #C56559; }
a { background-color: rgb(197,101,89); }
div.DivClassName
{
background-color: #C56559;
}
.BgClassName
{
background-color: #C56559;
}
</style>
border-color css
<style>
span { border-color: #C56559; }
span { border-color: rgb(197,101,89); }
td.TdClassName
{
border-color: #C56559;
}
.TagClassName
{
border-color: #C56559;
}
</style>