Shades of Sunglo #C56257
Tints of Sunglo #C56257
RGB
CMYK
RGB Variations
Color information
#C56257 (or 0xC56257) is known color: Sunglo. HEX triplet: C5, 62 and 57. RGB value is (197,98,87). Sum of RGB (Red+Green+Blue) = 197+98+87=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C56257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56257 is #3A9DA8. Grayscale: #7E7E7E. Windows color (decimal): -3841449 or 5726917. OLE color: 5726917.
HSL color Cylindrical-coordinate representation of color #C56257: hue angle of 6º 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 #C56257 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 87 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.23 |
| HSL | 6º | 0.49% | 0.56% | - |
| HSV(B) | 6º | 0.56% | 0.77% | - |
| XYZ | 29.11 | 21.29 | 11.59 | - |
| YUV | 126.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 87 | 0 | 0.50 | 0.56 | 0.23 | 6 | 0.49 | 0.56 |
| Hex | C5 | 62 | 57 | 0 | 32 | 38 | 17 | 6 | 31 | 38 |
| Octal | 305 | 142 | 127 | 0 | 62 | 70 | 27 | 6 | 61 | 70 |
| Binary | 11000101 | 1100010 | 1010111 | 0 | 110010 | 111000 | 10111 | 110 | 110001 | 111000 |
Color Harmonies of #C56257
Complementary color
Monochromatic Colors of #C56257
Black with #C56257
Text Example
Text Example
White with #C56257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56257; }
p { color: rgb(197,98,87); }
H1.HeaderClassName
{
color: #C56257;
}
.AnyTagClassName
{
color: #C56257;
}
</style>
background-color css
<style>
a { background-color: #C56257; }
a { background-color: rgb(197,98,87); }
div.DivClassName
{
background-color: #C56257;
}
.BgClassName
{
background-color: #C56257;
}
</style>
border-color css
<style>
span { border-color: #C56257; }
span { border-color: rgb(197,98,87); }
td.TdClassName
{
border-color: #C56257;
}
.TagClassName
{
border-color: #C56257;
}
</style>