Shades of Sunglo #C16B56
Tints of Sunglo #C16B56
RGB
CMYK
RGB Variations
Color information
#C16B56 (or 0xC16B56) is known color: Sunglo. HEX triplet: C1, 6B and 56. RGB value is (193,107,86). Sum of RGB (Red+Green+Blue) = 193+107+86=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16B56 is #3E94A9. Grayscale: #828282. Windows color (decimal): -4101290 or 5663681. OLE color: 5663681.
HSL color Cylindrical-coordinate representation of color #C16B56: hue angle of 11.78º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C16B56 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 86 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.24 |
| HSL | 11.78º | 0.46% | 0.55% | - |
| HSV(B) | 11.78º | 0.55% | 0.76% | - |
| XYZ | 28.93 | 22.52 | 11.63 | - |
| YUV | 130.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 86 | 0 | 0.45 | 0.55 | 0.24 | 11.78 | 0.46 | 0.55 |
| Hex | C1 | 6B | 56 | 0 | 2D | 37 | 18 | C | 2E | 37 |
| Octal | 301 | 153 | 126 | 0 | 55 | 67 | 30 | 14 | 56 | 67 |
| Binary | 11000001 | 1101011 | 1010110 | 0 | 101101 | 110111 | 11000 | 1100 | 101110 | 110111 |
Color Harmonies of #C16B56
Complementary color
Monochromatic Colors of #C16B56
Black with #C16B56
Text Example
Text Example
White with #C16B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16B56; }
p { color: rgb(193,107,86); }
H1.HeaderClassName
{
color: #C16B56;
}
.AnyTagClassName
{
color: #C16B56;
}
</style>
background-color css
<style>
a { background-color: #C16B56; }
a { background-color: rgb(193,107,86); }
div.DivClassName
{
background-color: #C16B56;
}
.BgClassName
{
background-color: #C16B56;
}
</style>
border-color css
<style>
span { border-color: #C16B56; }
span { border-color: rgb(193,107,86); }
td.TdClassName
{
border-color: #C16B56;
}
.TagClassName
{
border-color: #C16B56;
}
</style>