Shades of Sunglo #C56657
Tints of Sunglo #C56657
RGB
CMYK
RGB Variations
Color information
#C56657 (or 0xC56657) is known color: Sunglo. HEX triplet: C5, 66 and 57. RGB value is (197,102,87). Sum of RGB (Red+Green+Blue) = 197+102+87=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C56657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56657 is #3A99A8. Grayscale: #808080. Windows color (decimal): -3840425 or 5727941. OLE color: 5727941.
HSL color Cylindrical-coordinate representation of color #C56657: hue angle of 8.18º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C56657 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 87 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.23 |
| HSL | 8.18º | 0.49% | 0.56% | - |
| HSV(B) | 8.18º | 0.56% | 0.77% | - |
| XYZ | 29.5 | 22.06 | 11.72 | - |
| YUV | 128.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 87 | 0 | 0.48 | 0.56 | 0.23 | 8.18 | 0.49 | 0.56 |
| Hex | C5 | 66 | 57 | 0 | 30 | 38 | 17 | 8 | 31 | 38 |
| Octal | 305 | 146 | 127 | 0 | 60 | 70 | 27 | 10 | 61 | 70 |
| Binary | 11000101 | 1100110 | 1010111 | 0 | 110000 | 111000 | 10111 | 1000 | 110001 | 111000 |
Color Harmonies of #C56657
Complementary color
Monochromatic Colors of #C56657
Black with #C56657
Text Example
Text Example
White with #C56657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56657; }
p { color: rgb(197,102,87); }
H1.HeaderClassName
{
color: #C56657;
}
.AnyTagClassName
{
color: #C56657;
}
</style>
background-color css
<style>
a { background-color: #C56657; }
a { background-color: rgb(197,102,87); }
div.DivClassName
{
background-color: #C56657;
}
.BgClassName
{
background-color: #C56657;
}
</style>
border-color css
<style>
span { border-color: #C56657; }
span { border-color: rgb(197,102,87); }
td.TdClassName
{
border-color: #C56657;
}
.TagClassName
{
border-color: #C56657;
}
</style>