Shades of Sunglo #C16257
Tints of Sunglo #C16257
RGB
CMYK
RGB Variations
Color information
#C16257 (or 0xC16257) is known color: Sunglo. HEX triplet: C1, 62 and 57. RGB value is (193,98,87). Sum of RGB (Red+Green+Blue) = 193+98+87=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C16257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16257 is #3E9DA8. Grayscale: #7D7D7D. Windows color (decimal): -4103593 or 5726913. OLE color: 5726913.
HSL color Cylindrical-coordinate representation of color #C16257: hue angle of 6.23º 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 #C16257 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 87 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.24 |
| HSL | 6.23º | 0.46% | 0.55% | - |
| HSV(B) | 6.23º | 0.55% | 0.76% | - |
| XYZ | 28.08 | 20.76 | 11.54 | - |
| YUV | 125.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 87 | 0 | 0.49 | 0.55 | 0.24 | 6.23 | 0.46 | 0.55 |
| Hex | C1 | 62 | 57 | 0 | 31 | 37 | 18 | 6 | 2E | 37 |
| Octal | 301 | 142 | 127 | 0 | 61 | 67 | 30 | 6 | 56 | 67 |
| Binary | 11000001 | 1100010 | 1010111 | 0 | 110001 | 110111 | 11000 | 110 | 101110 | 110111 |
Color Harmonies of #C16257
Complementary color
Monochromatic Colors of #C16257
Black with #C16257
Text Example
Text Example
White with #C16257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16257; }
p { color: rgb(193,98,87); }
H1.HeaderClassName
{
color: #C16257;
}
.AnyTagClassName
{
color: #C16257;
}
</style>
background-color css
<style>
a { background-color: #C16257; }
a { background-color: rgb(193,98,87); }
div.DivClassName
{
background-color: #C16257;
}
.BgClassName
{
background-color: #C16257;
}
</style>
border-color css
<style>
span { border-color: #C16257; }
span { border-color: rgb(193,98,87); }
td.TdClassName
{
border-color: #C16257;
}
.TagClassName
{
border-color: #C16257;
}
</style>