Shades of Sunglo #C56A55
Tints of Sunglo #C56A55
RGB
CMYK
RGB Variations
Color information
#C56A55 (or 0xC56A55) is known color: Sunglo. HEX triplet: C5, 6A and 55. RGB value is (197,106,85). Sum of RGB (Red+Green+Blue) = 197+106+85=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A55 is #3A95AA. Grayscale: #828282. Windows color (decimal): -3839403 or 5597893. OLE color: 5597893.
HSL color Cylindrical-coordinate representation of color #C56A55: hue angle of 11.25º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C56A55 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 85 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.23 |
| HSL | 11.25º | 0.49% | 0.55% | - |
| HSV(B) | 11.25º | 0.57% | 0.77% | - |
| XYZ | 29.82 | 22.83 | 11.43 | - |
| YUV | 130.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 85 | 0 | 0.46 | 0.57 | 0.23 | 11.25 | 0.49 | 0.55 |
| Hex | C5 | 6A | 55 | 0 | 2E | 39 | 17 | B | 31 | 37 |
| Octal | 305 | 152 | 125 | 0 | 56 | 71 | 27 | 13 | 61 | 67 |
| Binary | 11000101 | 1101010 | 1010101 | 0 | 101110 | 111001 | 10111 | 1011 | 110001 | 110111 |
Color Harmonies of #C56A55
Complementary color
Monochromatic Colors of #C56A55
Black with #C56A55
Text Example
Text Example
White with #C56A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A55; }
p { color: rgb(197,106,85); }
H1.HeaderClassName
{
color: #C56A55;
}
.AnyTagClassName
{
color: #C56A55;
}
</style>
background-color css
<style>
a { background-color: #C56A55; }
a { background-color: rgb(197,106,85); }
div.DivClassName
{
background-color: #C56A55;
}
.BgClassName
{
background-color: #C56A55;
}
</style>
border-color css
<style>
span { border-color: #C56A55; }
span { border-color: rgb(197,106,85); }
td.TdClassName
{
border-color: #C56A55;
}
.TagClassName
{
border-color: #C56A55;
}
</style>