Shades of Sunglo #C16052
Tints of Sunglo #C16052
RGB
CMYK
RGB Variations
Color information
#C16052 (or 0xC16052) is known color: Sunglo. HEX triplet: C1, 60 and 52. RGB value is (193,96,82). Sum of RGB (Red+Green+Blue) = 193+96+82=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C16052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16052 is #3E9FAD. Grayscale: #7B7B7B. Windows color (decimal): -4104110 or 5398721. OLE color: 5398721.
HSL color Cylindrical-coordinate representation of color #C16052: hue angle of 7.57º 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 #C16052 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 82 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.24 |
| HSL | 7.57º | 0.47% | 0.54% | - |
| HSV(B) | 7.57º | 0.58% | 0.76% | - |
| XYZ | 27.7 | 20.31 | 10.44 | - |
| YUV | 123.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 82 | 0 | 0.50 | 0.58 | 0.24 | 7.57 | 0.47 | 0.54 |
| Hex | C1 | 60 | 52 | 0 | 32 | 3A | 18 | 8 | 2F | 36 |
| Octal | 301 | 140 | 122 | 0 | 62 | 72 | 30 | 10 | 57 | 66 |
| Binary | 11000001 | 1100000 | 1010010 | 0 | 110010 | 111010 | 11000 | 1000 | 101111 | 110110 |
Color Harmonies of #C16052
Complementary color
Monochromatic Colors of #C16052
Black with #C16052
Text Example
Text Example
White with #C16052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16052; }
p { color: rgb(193,96,82); }
H1.HeaderClassName
{
color: #C16052;
}
.AnyTagClassName
{
color: #C16052;
}
</style>
background-color css
<style>
a { background-color: #C16052; }
a { background-color: rgb(193,96,82); }
div.DivClassName
{
background-color: #C16052;
}
.BgClassName
{
background-color: #C16052;
}
</style>
border-color css
<style>
span { border-color: #C16052; }
span { border-color: rgb(193,96,82); }
td.TdClassName
{
border-color: #C16052;
}
.TagClassName
{
border-color: #C16052;
}
</style>