Shades of Sunglo #C56153
Tints of Sunglo #C56153
RGB
CMYK
RGB Variations
Color information
#C56153 (or 0xC56153) is known color: Sunglo. HEX triplet: C5, 61 and 53. RGB value is (197,97,83). Sum of RGB (Red+Green+Blue) = 197+97+83=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C56153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56153 is #3A9EAC. Grayscale: #7D7D7D. Windows color (decimal): -3841709 or 5464517. OLE color: 5464517.
HSL color Cylindrical-coordinate representation of color #C56153: hue angle of 7.37º 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 #C56153 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 83 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.23 |
| HSL | 7.37º | 0.5% | 0.55% | - |
| HSV(B) | 7.37º | 0.58% | 0.77% | - |
| XYZ | 28.86 | 21.04 | 10.72 | - |
| YUV | 125.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 83 | 0 | 0.51 | 0.58 | 0.23 | 7.37 | 0.5 | 0.55 |
| Hex | C5 | 61 | 53 | 0 | 33 | 3A | 17 | 7 | 32 | 37 |
| Octal | 305 | 141 | 123 | 0 | 63 | 72 | 27 | 7 | 62 | 67 |
| Binary | 11000101 | 1100001 | 1010011 | 0 | 110011 | 111010 | 10111 | 111 | 110010 | 110111 |
Color Harmonies of #C56153
Complementary color
Monochromatic Colors of #C56153
Black with #C56153
Text Example
Text Example
White with #C56153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56153; }
p { color: rgb(197,97,83); }
H1.HeaderClassName
{
color: #C56153;
}
.AnyTagClassName
{
color: #C56153;
}
</style>
background-color css
<style>
a { background-color: #C56153; }
a { background-color: rgb(197,97,83); }
div.DivClassName
{
background-color: #C56153;
}
.BgClassName
{
background-color: #C56153;
}
</style>
border-color css
<style>
span { border-color: #C56153; }
span { border-color: rgb(197,97,83); }
td.TdClassName
{
border-color: #C56153;
}
.TagClassName
{
border-color: #C56153;
}
</style>