Shades of Sunglo #C16853
Tints of Sunglo #C16853
RGB
CMYK
RGB Variations
Color information
#C16853 (or 0xC16853) is known color: Sunglo. HEX triplet: C1, 68 and 53. RGB value is (193,104,83). Sum of RGB (Red+Green+Blue) = 193+104+83=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C16853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16853 is #3E97AC. Grayscale: #808080. Windows color (decimal): -4102061 or 5466305. OLE color: 5466305.
HSL color Cylindrical-coordinate representation of color #C16853: hue angle of 11.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C16853 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 83 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.24 |
| HSL | 11.45º | 0.47% | 0.54% | - |
| HSV(B) | 11.45º | 0.57% | 0.76% | - |
| XYZ | 28.5 | 21.86 | 10.9 | - |
| YUV | 128.22 | 102.49 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 83 | 0 | 0.46 | 0.57 | 0.24 | 11.45 | 0.47 | 0.54 |
| Hex | C1 | 68 | 53 | 0 | 2E | 39 | 18 | B | 2F | 36 |
| Octal | 301 | 150 | 123 | 0 | 56 | 71 | 30 | 13 | 57 | 66 |
| Binary | 11000001 | 1101000 | 1010011 | 0 | 101110 | 111001 | 11000 | 1011 | 101111 | 110110 |
Color Harmonies of #C16853
Complementary color
Monochromatic Colors of #C16853
Black with #C16853
Text Example
Text Example
White with #C16853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16853; }
p { color: rgb(193,104,83); }
H1.HeaderClassName
{
color: #C16853;
}
.AnyTagClassName
{
color: #C16853;
}
</style>
background-color css
<style>
a { background-color: #C16853; }
a { background-color: rgb(193,104,83); }
div.DivClassName
{
background-color: #C16853;
}
.BgClassName
{
background-color: #C16853;
}
</style>
border-color css
<style>
span { border-color: #C16853; }
span { border-color: rgb(193,104,83); }
td.TdClassName
{
border-color: #C16853;
}
.TagClassName
{
border-color: #C16853;
}
</style>