Shades of Sunglo #C56750
Tints of Sunglo #C56750
RGB
CMYK
RGB Variations
Color information
#C56750 (or 0xC56750) is known color: Sunglo. HEX triplet: C5, 67 and 50. RGB value is (197,103,80). Sum of RGB (Red+Green+Blue) = 197+103+80=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C56750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56750 is #3A98AF. Grayscale: #808080. Windows color (decimal): -3840176 or 5269445. OLE color: 5269445.
HSL color Cylindrical-coordinate representation of color #C56750: hue angle of 11.79º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C56750 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 80 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.23 |
| HSL | 11.79º | 0.5% | 0.54% | - |
| HSV(B) | 11.79º | 0.59% | 0.77% | - |
| XYZ | 29.32 | 22.15 | 10.32 | - |
| YUV | 128.48 | 100.64 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 80 | 0 | 0.48 | 0.59 | 0.23 | 11.79 | 0.5 | 0.54 |
| Hex | C5 | 67 | 50 | 0 | 30 | 3B | 17 | C | 32 | 36 |
| Octal | 305 | 147 | 120 | 0 | 60 | 73 | 27 | 14 | 62 | 66 |
| Binary | 11000101 | 1100111 | 1010000 | 0 | 110000 | 111011 | 10111 | 1100 | 110010 | 110110 |
Color Harmonies of #C56750
Complementary color
Monochromatic Colors of #C56750
Black with #C56750
Text Example
Text Example
White with #C56750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56750; }
p { color: rgb(197,103,80); }
H1.HeaderClassName
{
color: #C56750;
}
.AnyTagClassName
{
color: #C56750;
}
</style>
background-color css
<style>
a { background-color: #C56750; }
a { background-color: rgb(197,103,80); }
div.DivClassName
{
background-color: #C56750;
}
.BgClassName
{
background-color: #C56750;
}
</style>
border-color css
<style>
span { border-color: #C56750; }
span { border-color: rgb(197,103,80); }
td.TdClassName
{
border-color: #C56750;
}
.TagClassName
{
border-color: #C56750;
}
</style>