Shades of Sunglo #C06A59
Tints of Sunglo #C06A59
RGB
CMYK
RGB Variations
Color information
#C06A59 (or 0xC06A59) is known color: Sunglo. HEX triplet: C0, 6A and 59. RGB value is (192,106,89). Sum of RGB (Red+Green+Blue) = 192+106+89=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A59 is #3F95A6. Grayscale: #818181. Windows color (decimal): -4167079 or 5860032. OLE color: 5860032.
HSL color Cylindrical-coordinate representation of color #C06A59: hue angle of 9.9º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06A59 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 89 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.25 |
| HSL | 9.9º | 0.45% | 0.55% | - |
| HSV(B) | 9.9º | 0.54% | 0.75% | - |
| XYZ | 28.7 | 22.24 | 12.23 | - |
| YUV | 129.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 89 | 0 | 0.45 | 0.54 | 0.25 | 9.9 | 0.45 | 0.55 |
| Hex | C0 | 6A | 59 | 0 | 2D | 36 | 19 | A | 2D | 37 |
| Octal | 300 | 152 | 131 | 0 | 55 | 66 | 31 | 12 | 55 | 67 |
| Binary | 11000000 | 1101010 | 1011001 | 0 | 101101 | 110110 | 11001 | 1010 | 101101 | 110111 |
Color Harmonies of #C06A59
Complementary color
Monochromatic Colors of #C06A59
Black with #C06A59
Text Example
Text Example
White with #C06A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A59; }
p { color: rgb(192,106,89); }
H1.HeaderClassName
{
color: #C06A59;
}
.AnyTagClassName
{
color: #C06A59;
}
</style>
background-color css
<style>
a { background-color: #C06A59; }
a { background-color: rgb(192,106,89); }
div.DivClassName
{
background-color: #C06A59;
}
.BgClassName
{
background-color: #C06A59;
}
</style>
border-color css
<style>
span { border-color: #C06A59; }
span { border-color: rgb(192,106,89); }
td.TdClassName
{
border-color: #C06A59;
}
.TagClassName
{
border-color: #C06A59;
}
</style>