Shades of Sunglo #C16657
Tints of Sunglo #C16657
RGB
CMYK
RGB Variations
Color information
#C16657 (or 0xC16657) is known color: Sunglo. HEX triplet: C1, 66 and 57. RGB value is (193,102,87). Sum of RGB (Red+Green+Blue) = 193+102+87=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C16657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16657 is #3E99A8. Grayscale: #7F7F7F. Windows color (decimal): -4102569 or 5727937. OLE color: 5727937.
HSL color Cylindrical-coordinate representation of color #C16657: hue angle of 8.49º 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 #C16657 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 87 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.24 |
| HSL | 8.49º | 0.46% | 0.55% | - |
| HSV(B) | 8.49º | 0.55% | 0.76% | - |
| XYZ | 28.46 | 21.53 | 11.67 | - |
| YUV | 127.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 87 | 0 | 0.47 | 0.55 | 0.24 | 8.49 | 0.46 | 0.55 |
| Hex | C1 | 66 | 57 | 0 | 2F | 37 | 18 | 8 | 2E | 37 |
| Octal | 301 | 146 | 127 | 0 | 57 | 67 | 30 | 10 | 56 | 67 |
| Binary | 11000001 | 1100110 | 1010111 | 0 | 101111 | 110111 | 11000 | 1000 | 101110 | 110111 |
Color Harmonies of #C16657
Complementary color
Monochromatic Colors of #C16657
Black with #C16657
Text Example
Text Example
White with #C16657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16657; }
p { color: rgb(193,102,87); }
H1.HeaderClassName
{
color: #C16657;
}
.AnyTagClassName
{
color: #C16657;
}
</style>
background-color css
<style>
a { background-color: #C16657; }
a { background-color: rgb(193,102,87); }
div.DivClassName
{
background-color: #C16657;
}
.BgClassName
{
background-color: #C16657;
}
</style>
border-color css
<style>
span { border-color: #C16657; }
span { border-color: rgb(193,102,87); }
td.TdClassName
{
border-color: #C16657;
}
.TagClassName
{
border-color: #C16657;
}
</style>