Shades of Sunglo #C16457
Tints of Sunglo #C16457
RGB
CMYK
RGB Variations
Color information
#C16457 (or 0xC16457) is known color: Sunglo. HEX triplet: C1, 64 and 57. RGB value is (193,100,87). Sum of RGB (Red+Green+Blue) = 193+100+87=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C16457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16457 is #3E9BA8. Grayscale: #7E7E7E. Windows color (decimal): -4103081 or 5727425. OLE color: 5727425.
HSL color Cylindrical-coordinate representation of color #C16457: hue angle of 7.36º 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 #C16457 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 87 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.24 |
| HSL | 7.36º | 0.46% | 0.55% | - |
| HSV(B) | 7.36º | 0.55% | 0.76% | - |
| XYZ | 28.27 | 21.14 | 11.61 | - |
| YUV | 126.33 | 105.81 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 87 | 0 | 0.48 | 0.55 | 0.24 | 7.36 | 0.46 | 0.55 |
| Hex | C1 | 64 | 57 | 0 | 30 | 37 | 18 | 7 | 2E | 37 |
| Octal | 301 | 144 | 127 | 0 | 60 | 67 | 30 | 7 | 56 | 67 |
| Binary | 11000001 | 1100100 | 1010111 | 0 | 110000 | 110111 | 11000 | 111 | 101110 | 110111 |
Color Harmonies of #C16457
Complementary color
Monochromatic Colors of #C16457
Black with #C16457
Text Example
Text Example
White with #C16457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16457; }
p { color: rgb(193,100,87); }
H1.HeaderClassName
{
color: #C16457;
}
.AnyTagClassName
{
color: #C16457;
}
</style>
background-color css
<style>
a { background-color: #C16457; }
a { background-color: rgb(193,100,87); }
div.DivClassName
{
background-color: #C16457;
}
.BgClassName
{
background-color: #C16457;
}
</style>
border-color css
<style>
span { border-color: #C16457; }
span { border-color: rgb(193,100,87); }
td.TdClassName
{
border-color: #C16457;
}
.TagClassName
{
border-color: #C16457;
}
</style>