Shades of Sunglo #C56556
Tints of Sunglo #C56556
RGB
CMYK
RGB Variations
Color information
#C56556 (or 0xC56556) is known color: Sunglo. HEX triplet: C5, 65 and 56. RGB value is (197,101,86). Sum of RGB (Red+Green+Blue) = 197+101+86=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C56556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56556 is #3A9AA9. Grayscale: #808080. Windows color (decimal): -3840682 or 5662149. OLE color: 5662149.
HSL color Cylindrical-coordinate representation of color #C56556: hue angle of 8.11º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C56556 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 86 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.23 |
| HSL | 8.11º | 0.49% | 0.55% | - |
| HSV(B) | 8.11º | 0.56% | 0.77% | - |
| XYZ | 29.36 | 21.85 | 11.47 | - |
| YUV | 127.99 | 104.3 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 86 | 0 | 0.49 | 0.56 | 0.23 | 8.11 | 0.49 | 0.55 |
| Hex | C5 | 65 | 56 | 0 | 31 | 38 | 17 | 8 | 31 | 37 |
| Octal | 305 | 145 | 126 | 0 | 61 | 70 | 27 | 10 | 61 | 67 |
| Binary | 11000101 | 1100101 | 1010110 | 0 | 110001 | 111000 | 10111 | 1000 | 110001 | 110111 |
Color Harmonies of #C56556
Complementary color
Monochromatic Colors of #C56556
Black with #C56556
Text Example
Text Example
White with #C56556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56556; }
p { color: rgb(197,101,86); }
H1.HeaderClassName
{
color: #C56556;
}
.AnyTagClassName
{
color: #C56556;
}
</style>
background-color css
<style>
a { background-color: #C56556; }
a { background-color: rgb(197,101,86); }
div.DivClassName
{
background-color: #C56556;
}
.BgClassName
{
background-color: #C56556;
}
</style>
border-color css
<style>
span { border-color: #C56556; }
span { border-color: rgb(197,101,86); }
td.TdClassName
{
border-color: #C56556;
}
.TagClassName
{
border-color: #C56556;
}
</style>