Shades of Sunglo #C06056
Tints of Sunglo #C06056
RGB
CMYK
RGB Variations
Color information
#C06056 (or 0xC06056) is known color: Sunglo. HEX triplet: C0, 60 and 56. RGB value is (192,96,86). Sum of RGB (Red+Green+Blue) = 192+96+86=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C06056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06056 is #3F9FA9. Grayscale: #7B7B7B. Windows color (decimal): -4169642 or 5660864. OLE color: 5660864.
HSL color Cylindrical-coordinate representation of color #C06056: hue angle of 5.66º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06056 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 86 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.25 |
| HSL | 5.66º | 0.46% | 0.55% | - |
| HSV(B) | 5.66º | 0.55% | 0.75% | - |
| XYZ | 27.6 | 20.24 | 11.26 | - |
| YUV | 123.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 86 | 0 | 0.50 | 0.55 | 0.25 | 5.66 | 0.46 | 0.55 |
| Hex | C0 | 60 | 56 | 0 | 32 | 37 | 19 | 6 | 2E | 37 |
| Octal | 300 | 140 | 126 | 0 | 62 | 67 | 31 | 6 | 56 | 67 |
| Binary | 11000000 | 1100000 | 1010110 | 0 | 110010 | 110111 | 11001 | 110 | 101110 | 110111 |
Color Harmonies of #C06056
Complementary color
Monochromatic Colors of #C06056
Black with #C06056
Text Example
Text Example
White with #C06056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06056; }
p { color: rgb(192,96,86); }
H1.HeaderClassName
{
color: #C06056;
}
.AnyTagClassName
{
color: #C06056;
}
</style>
background-color css
<style>
a { background-color: #C06056; }
a { background-color: rgb(192,96,86); }
div.DivClassName
{
background-color: #C06056;
}
.BgClassName
{
background-color: #C06056;
}
</style>
border-color css
<style>
span { border-color: #C06056; }
span { border-color: rgb(192,96,86); }
td.TdClassName
{
border-color: #C06056;
}
.TagClassName
{
border-color: #C06056;
}
</style>