Shades of Sunglo #C16056
Tints of Sunglo #C16056
RGB
CMYK
RGB Variations
Color information
#C16056 (or 0xC16056) is known color: Sunglo. HEX triplet: C1, 60 and 56. RGB value is (193,96,86). Sum of RGB (Red+Green+Blue) = 193+96+86=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C16056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16056 is #3E9FA9. Grayscale: #7C7C7C. Windows color (decimal): -4104106 or 5660865. OLE color: 5660865.
HSL color Cylindrical-coordinate representation of color #C16056: hue angle of 5.61º 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 #C16056 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 86 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.24 |
| HSL | 5.61º | 0.46% | 0.55% | - |
| HSV(B) | 5.61º | 0.55% | 0.76% | - |
| XYZ | 27.85 | 20.38 | 11.27 | - |
| YUV | 123.86 | 106.64 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 86 | 0 | 0.50 | 0.55 | 0.24 | 5.61 | 0.46 | 0.55 |
| Hex | C1 | 60 | 56 | 0 | 32 | 37 | 18 | 6 | 2E | 37 |
| Octal | 301 | 140 | 126 | 0 | 62 | 67 | 30 | 6 | 56 | 67 |
| Binary | 11000001 | 1100000 | 1010110 | 0 | 110010 | 110111 | 11000 | 110 | 101110 | 110111 |
Color Harmonies of #C16056
Complementary color
Monochromatic Colors of #C16056
Black with #C16056
Text Example
Text Example
White with #C16056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16056; }
p { color: rgb(193,96,86); }
H1.HeaderClassName
{
color: #C16056;
}
.AnyTagClassName
{
color: #C16056;
}
</style>
background-color css
<style>
a { background-color: #C16056; }
a { background-color: rgb(193,96,86); }
div.DivClassName
{
background-color: #C16056;
}
.BgClassName
{
background-color: #C16056;
}
</style>
border-color css
<style>
span { border-color: #C16056; }
span { border-color: rgb(193,96,86); }
td.TdClassName
{
border-color: #C16056;
}
.TagClassName
{
border-color: #C16056;
}
</style>