Shades of Sunglo #C26A59
Tints of Sunglo #C26A59
RGB
CMYK
RGB Variations
Color information
#C26A59 (or 0xC26A59) is known color: Sunglo. HEX triplet: C2, 6A and 59. RGB value is (194,106,89). Sum of RGB (Red+Green+Blue) = 194+106+89=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26A59 is #3D95A6. Grayscale: #828282. Windows color (decimal): -4036007 or 5860034. OLE color: 5860034.
HSL color Cylindrical-coordinate representation of color #C26A59: hue angle of 9.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C26A59 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 89 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.24 |
| HSL | 9.71º | 0.46% | 0.55% | - |
| HSV(B) | 9.71º | 0.54% | 0.76% | - |
| XYZ | 29.21 | 22.5 | 12.25 | - |
| YUV | 130.37 | 104.65 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 89 | 0 | 0.45 | 0.54 | 0.24 | 9.71 | 0.46 | 0.55 |
| Hex | C2 | 6A | 59 | 0 | 2D | 36 | 18 | A | 2E | 37 |
| Octal | 302 | 152 | 131 | 0 | 55 | 66 | 30 | 12 | 56 | 67 |
| Binary | 11000010 | 1101010 | 1011001 | 0 | 101101 | 110110 | 11000 | 1010 | 101110 | 110111 |
Color Harmonies of #C26A59
Complementary color
Monochromatic Colors of #C26A59
Black with #C26A59
Text Example
Text Example
White with #C26A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26A59; }
p { color: rgb(194,106,89); }
H1.HeaderClassName
{
color: #C26A59;
}
.AnyTagClassName
{
color: #C26A59;
}
</style>
background-color css
<style>
a { background-color: #C26A59; }
a { background-color: rgb(194,106,89); }
div.DivClassName
{
background-color: #C26A59;
}
.BgClassName
{
background-color: #C26A59;
}
</style>
border-color css
<style>
span { border-color: #C26A59; }
span { border-color: rgb(194,106,89); }
td.TdClassName
{
border-color: #C26A59;
}
.TagClassName
{
border-color: #C26A59;
}
</style>