Shades of Sunglo #C16356
Tints of Sunglo #C16356
RGB
CMYK
RGB Variations
Color information
#C16356 (or 0xC16356) is known color: Sunglo. HEX triplet: C1, 63 and 56. RGB value is (193,99,86). Sum of RGB (Red+Green+Blue) = 193+99+86=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C16356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16356 is #3E9CA9. Grayscale: #7D7D7D. Windows color (decimal): -4103338 or 5661633. OLE color: 5661633.
HSL color Cylindrical-coordinate representation of color #C16356: hue angle of 7.29º 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 #C16356 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 86 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.24 |
| HSL | 7.29º | 0.46% | 0.55% | - |
| HSV(B) | 7.29º | 0.55% | 0.76% | - |
| XYZ | 28.13 | 20.93 | 11.36 | - |
| YUV | 125.62 | 105.64 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 86 | 0 | 0.49 | 0.55 | 0.24 | 7.29 | 0.46 | 0.55 |
| Hex | C1 | 63 | 56 | 0 | 31 | 37 | 18 | 7 | 2E | 37 |
| Octal | 301 | 143 | 126 | 0 | 61 | 67 | 30 | 7 | 56 | 67 |
| Binary | 11000001 | 1100011 | 1010110 | 0 | 110001 | 110111 | 11000 | 111 | 101110 | 110111 |
Color Harmonies of #C16356
Complementary color
Monochromatic Colors of #C16356
Black with #C16356
Text Example
Text Example
White with #C16356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16356; }
p { color: rgb(193,99,86); }
H1.HeaderClassName
{
color: #C16356;
}
.AnyTagClassName
{
color: #C16356;
}
</style>
background-color css
<style>
a { background-color: #C16356; }
a { background-color: rgb(193,99,86); }
div.DivClassName
{
background-color: #C16356;
}
.BgClassName
{
background-color: #C16356;
}
</style>
border-color css
<style>
span { border-color: #C16356; }
span { border-color: rgb(193,99,86); }
td.TdClassName
{
border-color: #C16356;
}
.TagClassName
{
border-color: #C16356;
}
</style>