Shades of Sunglo #C16358
Tints of Sunglo #C16358
RGB
CMYK
RGB Variations
Color information
#C16358 (or 0xC16358) is known color: Sunglo. HEX triplet: C1, 63 and 58. RGB value is (193,99,88). Sum of RGB (Red+Green+Blue) = 193+99+88=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C16358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16358 is #3E9CA7. Grayscale: #7D7D7D. Windows color (decimal): -4103336 or 5792705. OLE color: 5792705.
HSL color Cylindrical-coordinate representation of color #C16358: hue angle of 6.29º 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 #C16358 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 88 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.24 |
| HSL | 6.29º | 0.46% | 0.55% | - |
| HSV(B) | 6.29º | 0.54% | 0.76% | - |
| XYZ | 28.22 | 20.97 | 11.79 | - |
| YUV | 125.85 | 106.64 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 88 | 0 | 0.49 | 0.54 | 0.24 | 6.29 | 0.46 | 0.55 |
| Hex | C1 | 63 | 58 | 0 | 31 | 36 | 18 | 6 | 2E | 37 |
| Octal | 301 | 143 | 130 | 0 | 61 | 66 | 30 | 6 | 56 | 67 |
| Binary | 11000001 | 1100011 | 1011000 | 0 | 110001 | 110110 | 11000 | 110 | 101110 | 110111 |
Color Harmonies of #C16358
Complementary color
Monochromatic Colors of #C16358
Black with #C16358
Text Example
Text Example
White with #C16358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16358; }
p { color: rgb(193,99,88); }
H1.HeaderClassName
{
color: #C16358;
}
.AnyTagClassName
{
color: #C16358;
}
</style>
background-color css
<style>
a { background-color: #C16358; }
a { background-color: rgb(193,99,88); }
div.DivClassName
{
background-color: #C16358;
}
.BgClassName
{
background-color: #C16358;
}
</style>
border-color css
<style>
span { border-color: #C16358; }
span { border-color: rgb(193,99,88); }
td.TdClassName
{
border-color: #C16358;
}
.TagClassName
{
border-color: #C16358;
}
</style>