Shades of Sunglo #C16957
Tints of Sunglo #C16957
RGB
CMYK
RGB Variations
Color information
#C16957 (or 0xC16957) is known color: Sunglo. HEX triplet: C1, 69 and 57. RGB value is (193,105,87). Sum of RGB (Red+Green+Blue) = 193+105+87=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C16957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16957 is #3E96A8. Grayscale: #818181. Windows color (decimal): -4101801 or 5728705. OLE color: 5728705.
HSL color Cylindrical-coordinate representation of color #C16957: hue angle of 10.19º 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 #C16957 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 87 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.24 |
| HSL | 10.19º | 0.46% | 0.55% | - |
| HSV(B) | 10.19º | 0.55% | 0.76% | - |
| XYZ | 28.76 | 22.13 | 11.77 | - |
| YUV | 129.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 87 | 0 | 0.46 | 0.55 | 0.24 | 10.19 | 0.46 | 0.55 |
| Hex | C1 | 69 | 57 | 0 | 2E | 37 | 18 | A | 2E | 37 |
| Octal | 301 | 151 | 127 | 0 | 56 | 67 | 30 | 12 | 56 | 67 |
| Binary | 11000001 | 1101001 | 1010111 | 0 | 101110 | 110111 | 11000 | 1010 | 101110 | 110111 |
Color Harmonies of #C16957
Complementary color
Monochromatic Colors of #C16957
Black with #C16957
Text Example
Text Example
White with #C16957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16957; }
p { color: rgb(193,105,87); }
H1.HeaderClassName
{
color: #C16957;
}
.AnyTagClassName
{
color: #C16957;
}
</style>
background-color css
<style>
a { background-color: #C16957; }
a { background-color: rgb(193,105,87); }
div.DivClassName
{
background-color: #C16957;
}
.BgClassName
{
background-color: #C16957;
}
</style>
border-color css
<style>
span { border-color: #C16957; }
span { border-color: rgb(193,105,87); }
td.TdClassName
{
border-color: #C16957;
}
.TagClassName
{
border-color: #C16957;
}
</style>