Shades of Sunglo #C56659
Tints of Sunglo #C56659
RGB
CMYK
RGB Variations
Color information
#C56659 (or 0xC56659) is known color: Sunglo. HEX triplet: C5, 66 and 59. RGB value is (197,102,89). Sum of RGB (Red+Green+Blue) = 197+102+89=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C56659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56659 is #3A99A6. Grayscale: #818181. Windows color (decimal): -3840423 or 5859013. OLE color: 5859013.
HSL color Cylindrical-coordinate representation of color #C56659: hue angle of 7.22º 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 #C56659 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 89 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.23 |
| HSL | 7.22º | 0.48% | 0.56% | - |
| HSV(B) | 7.22º | 0.55% | 0.77% | - |
| XYZ | 29.58 | 22.09 | 12.16 | - |
| YUV | 128.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 89 | 0 | 0.48 | 0.55 | 0.23 | 7.22 | 0.48 | 0.56 |
| Hex | C5 | 66 | 59 | 0 | 30 | 37 | 17 | 7 | 30 | 38 |
| Octal | 305 | 146 | 131 | 0 | 60 | 67 | 27 | 7 | 60 | 70 |
| Binary | 11000101 | 1100110 | 1011001 | 0 | 110000 | 110111 | 10111 | 111 | 110000 | 111000 |
Color Harmonies of #C56659
Complementary color
Monochromatic Colors of #C56659
Black with #C56659
Text Example
Text Example
White with #C56659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56659; }
p { color: rgb(197,102,89); }
H1.HeaderClassName
{
color: #C56659;
}
.AnyTagClassName
{
color: #C56659;
}
</style>
background-color css
<style>
a { background-color: #C56659; }
a { background-color: rgb(197,102,89); }
div.DivClassName
{
background-color: #C56659;
}
.BgClassName
{
background-color: #C56659;
}
</style>
border-color css
<style>
span { border-color: #C56659; }
span { border-color: rgb(197,102,89); }
td.TdClassName
{
border-color: #C56659;
}
.TagClassName
{
border-color: #C56659;
}
</style>