Shades of Sunglo #C56355
Tints of Sunglo #C56355
RGB
CMYK
RGB Variations
Color information
#C56355 (or 0xC56355) is known color: Sunglo. HEX triplet: C5, 63 and 55. RGB value is (197,99,85). Sum of RGB (Red+Green+Blue) = 197+99+85=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C56355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56355 is #3A9CAA. Grayscale: #7E7E7E. Windows color (decimal): -3841195 or 5596101. OLE color: 5596101.
HSL color Cylindrical-coordinate representation of color #C56355: hue angle of 7.5º 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 #C56355 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 85 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.23 |
| HSL | 7.5º | 0.49% | 0.55% | - |
| HSV(B) | 7.5º | 0.57% | 0.77% | - |
| XYZ | 29.13 | 21.45 | 11.2 | - |
| YUV | 126.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 85 | 0 | 0.50 | 0.57 | 0.23 | 7.5 | 0.49 | 0.55 |
| Hex | C5 | 63 | 55 | 0 | 32 | 39 | 17 | 8 | 31 | 37 |
| Octal | 305 | 143 | 125 | 0 | 62 | 71 | 27 | 10 | 61 | 67 |
| Binary | 11000101 | 1100011 | 1010101 | 0 | 110010 | 111001 | 10111 | 1000 | 110001 | 110111 |
Color Harmonies of #C56355
Complementary color
Monochromatic Colors of #C56355
Black with #C56355
Text Example
Text Example
White with #C56355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56355; }
p { color: rgb(197,99,85); }
H1.HeaderClassName
{
color: #C56355;
}
.AnyTagClassName
{
color: #C56355;
}
</style>
background-color css
<style>
a { background-color: #C56355; }
a { background-color: rgb(197,99,85); }
div.DivClassName
{
background-color: #C56355;
}
.BgClassName
{
background-color: #C56355;
}
</style>
border-color css
<style>
span { border-color: #C56355; }
span { border-color: rgb(197,99,85); }
td.TdClassName
{
border-color: #C56355;
}
.TagClassName
{
border-color: #C56355;
}
</style>