Shades of Sunglo #C56353
Tints of Sunglo #C56353
RGB
CMYK
RGB Variations
Color information
#C56353 (or 0xC56353) is known color: Sunglo. HEX triplet: C5, 63 and 53. RGB value is (197,99,83). Sum of RGB (Red+Green+Blue) = 197+99+83=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C56353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56353 is #3A9CAC. Grayscale: #7E7E7E. Windows color (decimal): -3841197 or 5465029. OLE color: 5465029.
HSL color Cylindrical-coordinate representation of color #C56353: hue angle of 8.42º 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 #C56353 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 83 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.23 |
| HSL | 8.42º | 0.5% | 0.55% | - |
| HSV(B) | 8.42º | 0.58% | 0.77% | - |
| XYZ | 29.05 | 21.42 | 10.79 | - |
| YUV | 126.48 | 103.47 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 83 | 0 | 0.50 | 0.58 | 0.23 | 8.42 | 0.5 | 0.55 |
| Hex | C5 | 63 | 53 | 0 | 32 | 3A | 17 | 8 | 32 | 37 |
| Octal | 305 | 143 | 123 | 0 | 62 | 72 | 27 | 10 | 62 | 67 |
| Binary | 11000101 | 1100011 | 1010011 | 0 | 110010 | 111010 | 10111 | 1000 | 110010 | 110111 |
Color Harmonies of #C56353
Complementary color
Monochromatic Colors of #C56353
Black with #C56353
Text Example
Text Example
White with #C56353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56353; }
p { color: rgb(197,99,83); }
H1.HeaderClassName
{
color: #C56353;
}
.AnyTagClassName
{
color: #C56353;
}
</style>
background-color css
<style>
a { background-color: #C56353; }
a { background-color: rgb(197,99,83); }
div.DivClassName
{
background-color: #C56353;
}
.BgClassName
{
background-color: #C56353;
}
</style>
border-color css
<style>
span { border-color: #C56353; }
span { border-color: rgb(197,99,83); }
td.TdClassName
{
border-color: #C56353;
}
.TagClassName
{
border-color: #C56353;
}
</style>