Shades of Sunglo #C16757
Tints of Sunglo #C16757
RGB
CMYK
RGB Variations
Color information
#C16757 (or 0xC16757) is known color: Sunglo. HEX triplet: C1, 67 and 57. RGB value is (193,103,87). Sum of RGB (Red+Green+Blue) = 193+103+87=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C16757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16757 is #3E98A8. Grayscale: #808080. Windows color (decimal): -4102313 or 5728193. OLE color: 5728193.
HSL color Cylindrical-coordinate representation of color #C16757: hue angle of 9.06º 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 #C16757 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 87 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.24 |
| HSL | 9.06º | 0.46% | 0.55% | - |
| HSV(B) | 9.06º | 0.55% | 0.76% | - |
| XYZ | 28.56 | 21.73 | 11.7 | - |
| YUV | 128.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 87 | 0 | 0.47 | 0.55 | 0.24 | 9.06 | 0.46 | 0.55 |
| Hex | C1 | 67 | 57 | 0 | 2F | 37 | 18 | 9 | 2E | 37 |
| Octal | 301 | 147 | 127 | 0 | 57 | 67 | 30 | 11 | 56 | 67 |
| Binary | 11000001 | 1100111 | 1010111 | 0 | 101111 | 110111 | 11000 | 1001 | 101110 | 110111 |
Color Harmonies of #C16757
Complementary color
Monochromatic Colors of #C16757
Black with #C16757
Text Example
Text Example
White with #C16757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16757; }
p { color: rgb(193,103,87); }
H1.HeaderClassName
{
color: #C16757;
}
.AnyTagClassName
{
color: #C16757;
}
</style>
background-color css
<style>
a { background-color: #C16757; }
a { background-color: rgb(193,103,87); }
div.DivClassName
{
background-color: #C16757;
}
.BgClassName
{
background-color: #C16757;
}
</style>
border-color css
<style>
span { border-color: #C16757; }
span { border-color: rgb(193,103,87); }
td.TdClassName
{
border-color: #C16757;
}
.TagClassName
{
border-color: #C16757;
}
</style>