Shades of Sunglo #C56253
Tints of Sunglo #C56253
RGB
CMYK
RGB Variations
Color information
#C56253 (or 0xC56253) is known color: Sunglo. HEX triplet: C5, 62 and 53. RGB value is (197,98,83). Sum of RGB (Red+Green+Blue) = 197+98+83=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C56253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56253 is #3A9DAC. Grayscale: #7E7E7E. Windows color (decimal): -3841453 or 5464773. OLE color: 5464773.
HSL color Cylindrical-coordinate representation of color #C56253: hue angle of 7.89º 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 #C56253 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 83 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.23 |
| HSL | 7.89º | 0.5% | 0.55% | - |
| HSV(B) | 7.89º | 0.58% | 0.77% | - |
| XYZ | 28.95 | 21.23 | 10.76 | - |
| YUV | 125.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 83 | 0 | 0.50 | 0.58 | 0.23 | 7.89 | 0.5 | 0.55 |
| Hex | C5 | 62 | 53 | 0 | 32 | 3A | 17 | 8 | 32 | 37 |
| Octal | 305 | 142 | 123 | 0 | 62 | 72 | 27 | 10 | 62 | 67 |
| Binary | 11000101 | 1100010 | 1010011 | 0 | 110010 | 111010 | 10111 | 1000 | 110010 | 110111 |
Color Harmonies of #C56253
Complementary color
Monochromatic Colors of #C56253
Black with #C56253
Text Example
Text Example
White with #C56253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56253; }
p { color: rgb(197,98,83); }
H1.HeaderClassName
{
color: #C56253;
}
.AnyTagClassName
{
color: #C56253;
}
</style>
background-color css
<style>
a { background-color: #C56253; }
a { background-color: rgb(197,98,83); }
div.DivClassName
{
background-color: #C56253;
}
.BgClassName
{
background-color: #C56253;
}
</style>
border-color css
<style>
span { border-color: #C56253; }
span { border-color: rgb(197,98,83); }
td.TdClassName
{
border-color: #C56253;
}
.TagClassName
{
border-color: #C56253;
}
</style>