Shades of Sunglo #C06C59
Tints of Sunglo #C06C59
RGB
CMYK
RGB Variations
Color information
#C06C59 (or 0xC06C59) is known color: Sunglo. HEX triplet: C0, 6C and 59. RGB value is (192,108,89). Sum of RGB (Red+Green+Blue) = 192+108+89=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C59 is #3F93A6. Grayscale: #838383. Windows color (decimal): -4166567 or 5860544. OLE color: 5860544.
HSL color Cylindrical-coordinate representation of color #C06C59: hue angle of 11.07º 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 #C06C59 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 89 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.25 |
| HSL | 11.07º | 0.45% | 0.55% | - |
| HSV(B) | 11.07º | 0.54% | 0.75% | - |
| XYZ | 28.9 | 22.65 | 12.3 | - |
| YUV | 130.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 89 | 0 | 0.44 | 0.54 | 0.25 | 11.07 | 0.45 | 0.55 |
| Hex | C0 | 6C | 59 | 0 | 2C | 36 | 19 | B | 2D | 37 |
| Octal | 300 | 154 | 131 | 0 | 54 | 66 | 31 | 13 | 55 | 67 |
| Binary | 11000000 | 1101100 | 1011001 | 0 | 101100 | 110110 | 11001 | 1011 | 101101 | 110111 |
Color Harmonies of #C06C59
Complementary color
Monochromatic Colors of #C06C59
Black with #C06C59
Text Example
Text Example
White with #C06C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C59; }
p { color: rgb(192,108,89); }
H1.HeaderClassName
{
color: #C06C59;
}
.AnyTagClassName
{
color: #C06C59;
}
</style>
background-color css
<style>
a { background-color: #C06C59; }
a { background-color: rgb(192,108,89); }
div.DivClassName
{
background-color: #C06C59;
}
.BgClassName
{
background-color: #C06C59;
}
</style>
border-color css
<style>
span { border-color: #C06C59; }
span { border-color: rgb(192,108,89); }
td.TdClassName
{
border-color: #C06C59;
}
.TagClassName
{
border-color: #C06C59;
}
</style>