Shades of Sunglo #C56859
Tints of Sunglo #C56859
RGB
CMYK
RGB Variations
Color information
#C56859 (or 0xC56859) is known color: Sunglo. HEX triplet: C5, 68 and 59. RGB value is (197,104,89). Sum of RGB (Red+Green+Blue) = 197+104+89=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C56859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56859 is #3A97A6. Grayscale: #828282. Windows color (decimal): -3839911 or 5859525. OLE color: 5859525.
HSL color Cylindrical-coordinate representation of color #C56859: hue angle of 8.33º 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 #C56859 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 89 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.23 |
| HSL | 8.33º | 0.48% | 0.56% | - |
| HSV(B) | 8.33º | 0.55% | 0.77% | - |
| XYZ | 29.78 | 22.49 | 12.22 | - |
| YUV | 130.1 | 104.81 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 89 | 0 | 0.47 | 0.55 | 0.23 | 8.33 | 0.48 | 0.56 |
| Hex | C5 | 68 | 59 | 0 | 2F | 37 | 17 | 8 | 30 | 38 |
| Octal | 305 | 150 | 131 | 0 | 57 | 67 | 27 | 10 | 60 | 70 |
| Binary | 11000101 | 1101000 | 1011001 | 0 | 101111 | 110111 | 10111 | 1000 | 110000 | 111000 |
Color Harmonies of #C56859
Complementary color
Monochromatic Colors of #C56859
Black with #C56859
Text Example
Text Example
White with #C56859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56859; }
p { color: rgb(197,104,89); }
H1.HeaderClassName
{
color: #C56859;
}
.AnyTagClassName
{
color: #C56859;
}
</style>
background-color css
<style>
a { background-color: #C56859; }
a { background-color: rgb(197,104,89); }
div.DivClassName
{
background-color: #C56859;
}
.BgClassName
{
background-color: #C56859;
}
</style>
border-color css
<style>
span { border-color: #C56859; }
span { border-color: rgb(197,104,89); }
td.TdClassName
{
border-color: #C56859;
}
.TagClassName
{
border-color: #C56859;
}
</style>