Shades of Sunglo #C16255
Tints of Sunglo #C16255
RGB
CMYK
RGB Variations
Color information
#C16255 (or 0xC16255) is known color: Sunglo. HEX triplet: C1, 62 and 55. RGB value is (193,98,85). Sum of RGB (Red+Green+Blue) = 193+98+85=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C16255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16255 is #3E9DAA. Grayscale: #7D7D7D. Windows color (decimal): -4103595 or 5595841. OLE color: 5595841.
HSL color Cylindrical-coordinate representation of color #C16255: hue angle of 7.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C16255 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 85 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.24 |
| HSL | 7.22º | 0.47% | 0.55% | - |
| HSV(B) | 7.22º | 0.56% | 0.76% | - |
| XYZ | 28 | 20.73 | 11.12 | - |
| YUV | 124.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 85 | 0 | 0.49 | 0.56 | 0.24 | 7.22 | 0.47 | 0.55 |
| Hex | C1 | 62 | 55 | 0 | 31 | 38 | 18 | 7 | 2F | 37 |
| Octal | 301 | 142 | 125 | 0 | 61 | 70 | 30 | 7 | 57 | 67 |
| Binary | 11000001 | 1100010 | 1010101 | 0 | 110001 | 111000 | 11000 | 111 | 101111 | 110111 |
Color Harmonies of #C16255
Complementary color
Monochromatic Colors of #C16255
Black with #C16255
Text Example
Text Example
White with #C16255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16255; }
p { color: rgb(193,98,85); }
H1.HeaderClassName
{
color: #C16255;
}
.AnyTagClassName
{
color: #C16255;
}
</style>
background-color css
<style>
a { background-color: #C16255; }
a { background-color: rgb(193,98,85); }
div.DivClassName
{
background-color: #C16255;
}
.BgClassName
{
background-color: #C16255;
}
</style>
border-color css
<style>
span { border-color: #C16255; }
span { border-color: rgb(193,98,85); }
td.TdClassName
{
border-color: #C16255;
}
.TagClassName
{
border-color: #C16255;
}
</style>