Shades of Sunglo #C06A58
Tints of Sunglo #C06A58
RGB
CMYK
RGB Variations
Color information
#C06A58 (or 0xC06A58) is known color: Sunglo. HEX triplet: C0, 6A and 58. RGB value is (192,106,88). Sum of RGB (Red+Green+Blue) = 192+106+88=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A58 is #3F95A7. Grayscale: #818181. Windows color (decimal): -4167080 or 5794496. OLE color: 5794496.
HSL color Cylindrical-coordinate representation of color #C06A58: hue angle of 10.38º 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 #C06A58 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 88 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.25 |
| HSL | 10.38º | 0.45% | 0.55% | - |
| HSV(B) | 10.38º | 0.54% | 0.75% | - |
| XYZ | 28.65 | 22.22 | 12.01 | - |
| YUV | 129.66 | 104.49 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 88 | 0 | 0.45 | 0.54 | 0.25 | 10.38 | 0.45 | 0.55 |
| Hex | C0 | 6A | 58 | 0 | 2D | 36 | 19 | A | 2D | 37 |
| Octal | 300 | 152 | 130 | 0 | 55 | 66 | 31 | 12 | 55 | 67 |
| Binary | 11000000 | 1101010 | 1011000 | 0 | 101101 | 110110 | 11001 | 1010 | 101101 | 110111 |
Color Harmonies of #C06A58
Complementary color
Monochromatic Colors of #C06A58
Black with #C06A58
Text Example
Text Example
White with #C06A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A58; }
p { color: rgb(192,106,88); }
H1.HeaderClassName
{
color: #C06A58;
}
.AnyTagClassName
{
color: #C06A58;
}
</style>
background-color css
<style>
a { background-color: #C06A58; }
a { background-color: rgb(192,106,88); }
div.DivClassName
{
background-color: #C06A58;
}
.BgClassName
{
background-color: #C06A58;
}
</style>
border-color css
<style>
span { border-color: #C06A58; }
span { border-color: rgb(192,106,88); }
td.TdClassName
{
border-color: #C06A58;
}
.TagClassName
{
border-color: #C06A58;
}
</style>