Shades of Sunglo #C56053
Tints of Sunglo #C56053
RGB
CMYK
RGB Variations
Color information
#C56053 (or 0xC56053) is known color: Sunglo. HEX triplet: C5, 60 and 53. RGB value is (197,96,83). Sum of RGB (Red+Green+Blue) = 197+96+83=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C56053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56053 is #3A9FAC. Grayscale: #7C7C7C. Windows color (decimal): -3841965 or 5464261. OLE color: 5464261.
HSL color Cylindrical-coordinate representation of color #C56053: hue angle of 6.84º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C56053 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 83 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.23 |
| HSL | 6.84º | 0.5% | 0.55% | - |
| HSV(B) | 6.84º | 0.58% | 0.77% | - |
| XYZ | 28.77 | 20.86 | 10.69 | - |
| YUV | 124.72 | 104.46 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 83 | 0 | 0.51 | 0.58 | 0.23 | 6.84 | 0.5 | 0.55 |
| Hex | C5 | 60 | 53 | 0 | 33 | 3A | 17 | 7 | 32 | 37 |
| Octal | 305 | 140 | 123 | 0 | 63 | 72 | 27 | 7 | 62 | 67 |
| Binary | 11000101 | 1100000 | 1010011 | 0 | 110011 | 111010 | 10111 | 111 | 110010 | 110111 |
Color Harmonies of #C56053
Complementary color
Monochromatic Colors of #C56053
Black with #C56053
Text Example
Text Example
White with #C56053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56053; }
p { color: rgb(197,96,83); }
H1.HeaderClassName
{
color: #C56053;
}
.AnyTagClassName
{
color: #C56053;
}
</style>
background-color css
<style>
a { background-color: #C56053; }
a { background-color: rgb(197,96,83); }
div.DivClassName
{
background-color: #C56053;
}
.BgClassName
{
background-color: #C56053;
}
</style>
border-color css
<style>
span { border-color: #C56053; }
span { border-color: rgb(197,96,83); }
td.TdClassName
{
border-color: #C56053;
}
.TagClassName
{
border-color: #C56053;
}
</style>