Shades of Sunglo #C56558
Tints of Sunglo #C56558
RGB
CMYK
RGB Variations
Color information
#C56558 (or 0xC56558) is known color: Sunglo. HEX triplet: C5, 65 and 58. RGB value is (197,101,88). Sum of RGB (Red+Green+Blue) = 197+101+88=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C56558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56558 is #3A9AA7. Grayscale: #808080. Windows color (decimal): -3840680 or 5793221. OLE color: 5793221.
HSL color Cylindrical-coordinate representation of color #C56558: hue angle of 7.16º 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 #C56558 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 88 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.23 |
| HSL | 7.16º | 0.48% | 0.56% | - |
| HSV(B) | 7.16º | 0.55% | 0.77% | - |
| XYZ | 29.44 | 21.88 | 11.9 | - |
| YUV | 128.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 88 | 0 | 0.49 | 0.55 | 0.23 | 7.16 | 0.48 | 0.56 |
| Hex | C5 | 65 | 58 | 0 | 31 | 37 | 17 | 7 | 30 | 38 |
| Octal | 305 | 145 | 130 | 0 | 61 | 67 | 27 | 7 | 60 | 70 |
| Binary | 11000101 | 1100101 | 1011000 | 0 | 110001 | 110111 | 10111 | 111 | 110000 | 111000 |
Color Harmonies of #C56558
Complementary color
Monochromatic Colors of #C56558
Black with #C56558
Text Example
Text Example
White with #C56558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56558; }
p { color: rgb(197,101,88); }
H1.HeaderClassName
{
color: #C56558;
}
.AnyTagClassName
{
color: #C56558;
}
</style>
background-color css
<style>
a { background-color: #C56558; }
a { background-color: rgb(197,101,88); }
div.DivClassName
{
background-color: #C56558;
}
.BgClassName
{
background-color: #C56558;
}
</style>
border-color css
<style>
span { border-color: #C56558; }
span { border-color: rgb(197,101,88); }
td.TdClassName
{
border-color: #C56558;
}
.TagClassName
{
border-color: #C56558;
}
</style>