Shades of Sunglo #C56755
Tints of Sunglo #C56755
RGB
CMYK
RGB Variations
Color information
#C56755 (or 0xC56755) is known color: Sunglo. HEX triplet: C5, 67 and 55. RGB value is (197,103,85). Sum of RGB (Red+Green+Blue) = 197+103+85=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C56755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56755 is #3A98AA. Grayscale: #818181. Windows color (decimal): -3840171 or 5597125. OLE color: 5597125.
HSL color Cylindrical-coordinate representation of color #C56755: hue angle of 9.64º 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 #C56755 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 85 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.23 |
| HSL | 9.64º | 0.49% | 0.55% | - |
| HSV(B) | 9.64º | 0.57% | 0.77% | - |
| XYZ | 29.52 | 22.23 | 11.33 | - |
| YUV | 129.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 85 | 0 | 0.48 | 0.57 | 0.23 | 9.64 | 0.49 | 0.55 |
| Hex | C5 | 67 | 55 | 0 | 30 | 39 | 17 | A | 31 | 37 |
| Octal | 305 | 147 | 125 | 0 | 60 | 71 | 27 | 12 | 61 | 67 |
| Binary | 11000101 | 1100111 | 1010101 | 0 | 110000 | 111001 | 10111 | 1010 | 110001 | 110111 |
Color Harmonies of #C56755
Complementary color
Monochromatic Colors of #C56755
Black with #C56755
Text Example
Text Example
White with #C56755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56755; }
p { color: rgb(197,103,85); }
H1.HeaderClassName
{
color: #C56755;
}
.AnyTagClassName
{
color: #C56755;
}
</style>
background-color css
<style>
a { background-color: #C56755; }
a { background-color: rgb(197,103,85); }
div.DivClassName
{
background-color: #C56755;
}
.BgClassName
{
background-color: #C56755;
}
</style>
border-color css
<style>
span { border-color: #C56755; }
span { border-color: rgb(197,103,85); }
td.TdClassName
{
border-color: #C56755;
}
.TagClassName
{
border-color: #C56755;
}
</style>