Shades of Sunglo #C56658
Tints of Sunglo #C56658
RGB
CMYK
RGB Variations
Color information
#C56658 (or 0xC56658) is known color: Sunglo. HEX triplet: C5, 66 and 58. RGB value is (197,102,88). Sum of RGB (Red+Green+Blue) = 197+102+88=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C56658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56658 is #3A99A7. Grayscale: #808080. Windows color (decimal): -3840424 or 5793477. OLE color: 5793477.
HSL color Cylindrical-coordinate representation of color #C56658: hue angle of 7.71º 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 #C56658 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 88 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.23 |
| HSL | 7.71º | 0.48% | 0.56% | - |
| HSV(B) | 7.71º | 0.55% | 0.77% | - |
| XYZ | 29.54 | 22.08 | 11.94 | - |
| YUV | 128.81 | 104.97 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 88 | 0 | 0.48 | 0.55 | 0.23 | 7.71 | 0.48 | 0.56 |
| Hex | C5 | 66 | 58 | 0 | 30 | 37 | 17 | 8 | 30 | 38 |
| Octal | 305 | 146 | 130 | 0 | 60 | 67 | 27 | 10 | 60 | 70 |
| Binary | 11000101 | 1100110 | 1011000 | 0 | 110000 | 110111 | 10111 | 1000 | 110000 | 111000 |
Color Harmonies of #C56658
Complementary color
Monochromatic Colors of #C56658
Black with #C56658
Text Example
Text Example
White with #C56658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56658; }
p { color: rgb(197,102,88); }
H1.HeaderClassName
{
color: #C56658;
}
.AnyTagClassName
{
color: #C56658;
}
</style>
background-color css
<style>
a { background-color: #C56658; }
a { background-color: rgb(197,102,88); }
div.DivClassName
{
background-color: #C56658;
}
.BgClassName
{
background-color: #C56658;
}
</style>
border-color css
<style>
span { border-color: #C56658; }
span { border-color: rgb(197,102,88); }
td.TdClassName
{
border-color: #C56658;
}
.TagClassName
{
border-color: #C56658;
}
</style>