Shades of Sunglo #C16852
Tints of Sunglo #C16852
RGB
CMYK
RGB Variations
Color information
#C16852 (or 0xC16852) is known color: Sunglo. HEX triplet: C1, 68 and 52. RGB value is (193,104,82). Sum of RGB (Red+Green+Blue) = 193+104+82=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C16852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16852 is #3E97AD. Grayscale: #808080. Windows color (decimal): -4102062 or 5400769. OLE color: 5400769.
HSL color Cylindrical-coordinate representation of color #C16852: hue angle of 11.89º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C16852 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 82 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.24 |
| HSL | 11.89º | 0.47% | 0.54% | - |
| HSV(B) | 11.89º | 0.58% | 0.76% | - |
| XYZ | 28.47 | 21.85 | 10.7 | - |
| YUV | 128.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 82 | 0 | 0.46 | 0.58 | 0.24 | 11.89 | 0.47 | 0.54 |
| Hex | C1 | 68 | 52 | 0 | 2E | 3A | 18 | C | 2F | 36 |
| Octal | 301 | 150 | 122 | 0 | 56 | 72 | 30 | 14 | 57 | 66 |
| Binary | 11000001 | 1101000 | 1010010 | 0 | 101110 | 111010 | 11000 | 1100 | 101111 | 110110 |
Color Harmonies of #C16852
Complementary color
Monochromatic Colors of #C16852
Black with #C16852
Text Example
Text Example
White with #C16852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16852; }
p { color: rgb(193,104,82); }
H1.HeaderClassName
{
color: #C16852;
}
.AnyTagClassName
{
color: #C16852;
}
</style>
background-color css
<style>
a { background-color: #C16852; }
a { background-color: rgb(193,104,82); }
div.DivClassName
{
background-color: #C16852;
}
.BgClassName
{
background-color: #C16852;
}
</style>
border-color css
<style>
span { border-color: #C16852; }
span { border-color: rgb(193,104,82); }
td.TdClassName
{
border-color: #C16852;
}
.TagClassName
{
border-color: #C16852;
}
</style>