Shades of Sunglo #C16857
Tints of Sunglo #C16857
RGB
CMYK
RGB Variations
Color information
#C16857 (or 0xC16857) is known color: Sunglo. HEX triplet: C1, 68 and 57. RGB value is (193,104,87). Sum of RGB (Red+Green+Blue) = 193+104+87=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C16857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16857 is #3E97A8. Grayscale: #808080. Windows color (decimal): -4102057 or 5728449. OLE color: 5728449.
HSL color Cylindrical-coordinate representation of color #C16857: hue angle of 9.62º 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 #C16857 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 87 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.24 |
| HSL | 9.62º | 0.46% | 0.55% | - |
| HSV(B) | 9.62º | 0.55% | 0.76% | - |
| XYZ | 28.66 | 21.93 | 11.74 | - |
| YUV | 128.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 87 | 0 | 0.46 | 0.55 | 0.24 | 9.62 | 0.46 | 0.55 |
| Hex | C1 | 68 | 57 | 0 | 2E | 37 | 18 | A | 2E | 37 |
| Octal | 301 | 150 | 127 | 0 | 56 | 67 | 30 | 12 | 56 | 67 |
| Binary | 11000001 | 1101000 | 1010111 | 0 | 101110 | 110111 | 11000 | 1010 | 101110 | 110111 |
Color Harmonies of #C16857
Complementary color
Monochromatic Colors of #C16857
Black with #C16857
Text Example
Text Example
White with #C16857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16857; }
p { color: rgb(193,104,87); }
H1.HeaderClassName
{
color: #C16857;
}
.AnyTagClassName
{
color: #C16857;
}
</style>
background-color css
<style>
a { background-color: #C16857; }
a { background-color: rgb(193,104,87); }
div.DivClassName
{
background-color: #C16857;
}
.BgClassName
{
background-color: #C16857;
}
</style>
border-color css
<style>
span { border-color: #C16857; }
span { border-color: rgb(193,104,87); }
td.TdClassName
{
border-color: #C16857;
}
.TagClassName
{
border-color: #C16857;
}
</style>