Shades of Sunglo #C56A56
Tints of Sunglo #C56A56
RGB
CMYK
RGB Variations
Color information
#C56A56 (or 0xC56A56) is known color: Sunglo. HEX triplet: C5, 6A and 56. RGB value is (197,106,86). Sum of RGB (Red+Green+Blue) = 197+106+86=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A56 is #3A95A9. Grayscale: #838383. Windows color (decimal): -3839402 or 5663429. OLE color: 5663429.
HSL color Cylindrical-coordinate representation of color #C56A56: hue angle of 10.81º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C56A56 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 86 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.23 |
| HSL | 10.81º | 0.49% | 0.55% | - |
| HSV(B) | 10.81º | 0.56% | 0.77% | - |
| XYZ | 29.86 | 22.85 | 11.64 | - |
| YUV | 130.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 86 | 0 | 0.46 | 0.56 | 0.23 | 10.81 | 0.49 | 0.55 |
| Hex | C5 | 6A | 56 | 0 | 2E | 38 | 17 | B | 31 | 37 |
| Octal | 305 | 152 | 126 | 0 | 56 | 70 | 27 | 13 | 61 | 67 |
| Binary | 11000101 | 1101010 | 1010110 | 0 | 101110 | 111000 | 10111 | 1011 | 110001 | 110111 |
Color Harmonies of #C56A56
Complementary color
Monochromatic Colors of #C56A56
Black with #C56A56
Text Example
Text Example
White with #C56A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A56; }
p { color: rgb(197,106,86); }
H1.HeaderClassName
{
color: #C56A56;
}
.AnyTagClassName
{
color: #C56A56;
}
</style>
background-color css
<style>
a { background-color: #C56A56; }
a { background-color: rgb(197,106,86); }
div.DivClassName
{
background-color: #C56A56;
}
.BgClassName
{
background-color: #C56A56;
}
</style>
border-color css
<style>
span { border-color: #C56A56; }
span { border-color: rgb(197,106,86); }
td.TdClassName
{
border-color: #C56A56;
}
.TagClassName
{
border-color: #C56A56;
}
</style>