Shades of Sunglo #C56158
Tints of Sunglo #C56158
RGB
CMYK
RGB Variations
Color information
#C56158 (or 0xC56158) is known color: Sunglo. HEX triplet: C5, 61 and 58. RGB value is (197,97,88). Sum of RGB (Red+Green+Blue) = 197+97+88=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C56158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56158 is #3A9EA7. Grayscale: #7E7E7E. Windows color (decimal): -3841704 or 5792197. OLE color: 5792197.
HSL color Cylindrical-coordinate representation of color #C56158: hue angle of 4.95º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C56158 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 88 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.23 |
| HSL | 4.95º | 0.48% | 0.56% | - |
| HSV(B) | 4.95º | 0.55% | 0.77% | - |
| XYZ | 29.06 | 21.12 | 11.78 | - |
| YUV | 125.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 88 | 0 | 0.51 | 0.55 | 0.23 | 4.95 | 0.48 | 0.56 |
| Hex | C5 | 61 | 58 | 0 | 33 | 37 | 17 | 5 | 30 | 38 |
| Octal | 305 | 141 | 130 | 0 | 63 | 67 | 27 | 5 | 60 | 70 |
| Binary | 11000101 | 1100001 | 1011000 | 0 | 110011 | 110111 | 10111 | 101 | 110000 | 111000 |
Color Harmonies of #C56158
Complementary color
Monochromatic Colors of #C56158
Black with #C56158
Text Example
Text Example
White with #C56158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56158; }
p { color: rgb(197,97,88); }
H1.HeaderClassName
{
color: #C56158;
}
.AnyTagClassName
{
color: #C56158;
}
</style>
background-color css
<style>
a { background-color: #C56158; }
a { background-color: rgb(197,97,88); }
div.DivClassName
{
background-color: #C56158;
}
.BgClassName
{
background-color: #C56158;
}
</style>
border-color css
<style>
span { border-color: #C56158; }
span { border-color: rgb(197,97,88); }
td.TdClassName
{
border-color: #C56158;
}
.TagClassName
{
border-color: #C56158;
}
</style>