Shades of Sunglo #C56551
Tints of Sunglo #C56551
RGB
CMYK
RGB Variations
Color information
#C56551 (or 0xC56551) is known color: Sunglo. HEX triplet: C5, 65 and 51. RGB value is (197,101,81). Sum of RGB (Red+Green+Blue) = 197+101+81=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C56551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56551 is #3A9AAE. Grayscale: #7F7F7F. Windows color (decimal): -3840687 or 5334469. OLE color: 5334469.
HSL color Cylindrical-coordinate representation of color #C56551: hue angle of 10.34º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C56551 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 81 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.23 |
| HSL | 10.34º | 0.5% | 0.55% | - |
| HSV(B) | 10.34º | 0.59% | 0.77% | - |
| XYZ | 29.16 | 21.77 | 10.45 | - |
| YUV | 127.42 | 101.8 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 81 | 0 | 0.49 | 0.59 | 0.23 | 10.34 | 0.5 | 0.55 |
| Hex | C5 | 65 | 51 | 0 | 31 | 3B | 17 | A | 32 | 37 |
| Octal | 305 | 145 | 121 | 0 | 61 | 73 | 27 | 12 | 62 | 67 |
| Binary | 11000101 | 1100101 | 1010001 | 0 | 110001 | 111011 | 10111 | 1010 | 110010 | 110111 |
Color Harmonies of #C56551
Complementary color
Monochromatic Colors of #C56551
Black with #C56551
Text Example
Text Example
White with #C56551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56551; }
p { color: rgb(197,101,81); }
H1.HeaderClassName
{
color: #C56551;
}
.AnyTagClassName
{
color: #C56551;
}
</style>
background-color css
<style>
a { background-color: #C56551; }
a { background-color: rgb(197,101,81); }
div.DivClassName
{
background-color: #C56551;
}
.BgClassName
{
background-color: #C56551;
}
</style>
border-color css
<style>
span { border-color: #C56551; }
span { border-color: rgb(197,101,81); }
td.TdClassName
{
border-color: #C56551;
}
.TagClassName
{
border-color: #C56551;
}
</style>