Shades of Sunglo #C56557
Tints of Sunglo #C56557
RGB
CMYK
RGB Variations
Color information
#C56557 (or 0xC56557) is known color: Sunglo. HEX triplet: C5, 65 and 57. RGB value is (197,101,87). Sum of RGB (Red+Green+Blue) = 197+101+87=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C56557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56557 is #3A9AA8. Grayscale: #808080. Windows color (decimal): -3840681 or 5727685. OLE color: 5727685.
HSL color Cylindrical-coordinate representation of color #C56557: hue angle of 7.64º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C56557 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 87 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.23 |
| HSL | 7.64º | 0.49% | 0.56% | - |
| HSV(B) | 7.64º | 0.56% | 0.77% | - |
| XYZ | 29.4 | 21.87 | 11.69 | - |
| YUV | 128.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 87 | 0 | 0.49 | 0.56 | 0.23 | 7.64 | 0.49 | 0.56 |
| Hex | C5 | 65 | 57 | 0 | 31 | 38 | 17 | 8 | 31 | 38 |
| Octal | 305 | 145 | 127 | 0 | 61 | 70 | 27 | 10 | 61 | 70 |
| Binary | 11000101 | 1100101 | 1010111 | 0 | 110001 | 111000 | 10111 | 1000 | 110001 | 111000 |
Color Harmonies of #C56557
Complementary color
Monochromatic Colors of #C56557
Black with #C56557
Text Example
Text Example
White with #C56557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56557; }
p { color: rgb(197,101,87); }
H1.HeaderClassName
{
color: #C56557;
}
.AnyTagClassName
{
color: #C56557;
}
</style>
background-color css
<style>
a { background-color: #C56557; }
a { background-color: rgb(197,101,87); }
div.DivClassName
{
background-color: #C56557;
}
.BgClassName
{
background-color: #C56557;
}
</style>
border-color css
<style>
span { border-color: #C56557; }
span { border-color: rgb(197,101,87); }
td.TdClassName
{
border-color: #C56557;
}
.TagClassName
{
border-color: #C56557;
}
</style>