Shades of Sunglo #C16552
Tints of Sunglo #C16552
RGB
CMYK
RGB Variations
Color information
#C16552 (or 0xC16552) is known color: Sunglo. HEX triplet: C1, 65 and 52. RGB value is (193,101,82). Sum of RGB (Red+Green+Blue) = 193+101+82=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C16552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16552 is #3E9AAD. Grayscale: #7E7E7E. Windows color (decimal): -4102830 or 5400001. OLE color: 5400001.
HSL color Cylindrical-coordinate representation of color #C16552: hue angle of 10.27º 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 #C16552 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 82 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.24 |
| HSL | 10.27º | 0.47% | 0.54% | - |
| HSV(B) | 10.27º | 0.58% | 0.76% | - |
| XYZ | 28.17 | 21.25 | 10.6 | - |
| YUV | 126.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 82 | 0 | 0.48 | 0.58 | 0.24 | 10.27 | 0.47 | 0.54 |
| Hex | C1 | 65 | 52 | 0 | 30 | 3A | 18 | A | 2F | 36 |
| Octal | 301 | 145 | 122 | 0 | 60 | 72 | 30 | 12 | 57 | 66 |
| Binary | 11000001 | 1100101 | 1010010 | 0 | 110000 | 111010 | 11000 | 1010 | 101111 | 110110 |
Color Harmonies of #C16552
Complementary color
Monochromatic Colors of #C16552
Black with #C16552
Text Example
Text Example
White with #C16552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16552; }
p { color: rgb(193,101,82); }
H1.HeaderClassName
{
color: #C16552;
}
.AnyTagClassName
{
color: #C16552;
}
</style>
background-color css
<style>
a { background-color: #C16552; }
a { background-color: rgb(193,101,82); }
div.DivClassName
{
background-color: #C16552;
}
.BgClassName
{
background-color: #C16552;
}
</style>
border-color css
<style>
span { border-color: #C16552; }
span { border-color: rgb(193,101,82); }
td.TdClassName
{
border-color: #C16552;
}
.TagClassName
{
border-color: #C16552;
}
</style>