Shades of Sunglo #C16A59
Tints of Sunglo #C16A59
RGB
CMYK
RGB Variations
Color information
#C16A59 (or 0xC16A59) is known color: Sunglo. HEX triplet: C1, 6A and 59. RGB value is (193,106,89). Sum of RGB (Red+Green+Blue) = 193+106+89=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16A59 is #3E95A6. Grayscale: #828282. Windows color (decimal): -4101543 or 5860033. OLE color: 5860033.
HSL color Cylindrical-coordinate representation of color #C16A59: hue angle of 9.81º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C16A59 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 106 | 89 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.24 |
| HSL | 9.81º | 0.46% | 0.55% | - |
| HSV(B) | 9.81º | 0.54% | 0.76% | - |
| XYZ | 28.95 | 22.37 | 12.24 | - |
| YUV | 130.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 89 | 0 | 0.45 | 0.54 | 0.24 | 9.81 | 0.46 | 0.55 |
| Hex | C1 | 6A | 59 | 0 | 2D | 36 | 18 | A | 2E | 37 |
| Octal | 301 | 152 | 131 | 0 | 55 | 66 | 30 | 12 | 56 | 67 |
| Binary | 11000001 | 1101010 | 1011001 | 0 | 101101 | 110110 | 11000 | 1010 | 101110 | 110111 |
Color Harmonies of #C16A59
Complementary color
Monochromatic Colors of #C16A59
Black with #C16A59
Text Example
Text Example
White with #C16A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16A59; }
p { color: rgb(193,106,89); }
H1.HeaderClassName
{
color: #C16A59;
}
.AnyTagClassName
{
color: #C16A59;
}
</style>
background-color css
<style>
a { background-color: #C16A59; }
a { background-color: rgb(193,106,89); }
div.DivClassName
{
background-color: #C16A59;
}
.BgClassName
{
background-color: #C16A59;
}
</style>
border-color css
<style>
span { border-color: #C16A59; }
span { border-color: rgb(193,106,89); }
td.TdClassName
{
border-color: #C16A59;
}
.TagClassName
{
border-color: #C16A59;
}
</style>