Shades of Sunglo #C56855
Tints of Sunglo #C56855
RGB
CMYK
RGB Variations
Color information
#C56855 (or 0xC56855) is known color: Sunglo. HEX triplet: C5, 68 and 55. RGB value is (197,104,85). Sum of RGB (Red+Green+Blue) = 197+104+85=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C56855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56855 is #3A97AA. Grayscale: #818181. Windows color (decimal): -3839915 or 5597381. OLE color: 5597381.
HSL color Cylindrical-coordinate representation of color #C56855: hue angle of 10.18º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C56855 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 85 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.23 |
| HSL | 10.18º | 0.49% | 0.55% | - |
| HSV(B) | 10.18º | 0.57% | 0.77% | - |
| XYZ | 29.62 | 22.43 | 11.36 | - |
| YUV | 129.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 85 | 0 | 0.47 | 0.57 | 0.23 | 10.18 | 0.49 | 0.55 |
| Hex | C5 | 68 | 55 | 0 | 2F | 39 | 17 | A | 31 | 37 |
| Octal | 305 | 150 | 125 | 0 | 57 | 71 | 27 | 12 | 61 | 67 |
| Binary | 11000101 | 1101000 | 1010101 | 0 | 101111 | 111001 | 10111 | 1010 | 110001 | 110111 |
Color Harmonies of #C56855
Complementary color
Monochromatic Colors of #C56855
Black with #C56855
Text Example
Text Example
White with #C56855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56855; }
p { color: rgb(197,104,85); }
H1.HeaderClassName
{
color: #C56855;
}
.AnyTagClassName
{
color: #C56855;
}
</style>
background-color css
<style>
a { background-color: #C56855; }
a { background-color: rgb(197,104,85); }
div.DivClassName
{
background-color: #C56855;
}
.BgClassName
{
background-color: #C56855;
}
</style>
border-color css
<style>
span { border-color: #C56855; }
span { border-color: rgb(197,104,85); }
td.TdClassName
{
border-color: #C56855;
}
.TagClassName
{
border-color: #C56855;
}
</style>