Shades of Sunglo #C26159
Tints of Sunglo #C26159
RGB
CMYK
RGB Variations
Color information
#C26159 (or 0xC26159) is known color: Sunglo. HEX triplet: C2, 61 and 59. RGB value is (194,97,89). Sum of RGB (Red+Green+Blue) = 194+97+89=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C26159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26159 is #3D9EA6. Grayscale: #7D7D7D. Windows color (decimal): -4038311 or 5857730. OLE color: 5857730.
HSL color Cylindrical-coordinate representation of color #C26159: hue angle of 4.57º 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 #C26159 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 89 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.24 |
| HSL | 4.57º | 0.46% | 0.55% | - |
| HSV(B) | 4.57º | 0.54% | 0.76% | - |
| XYZ | 28.33 | 20.74 | 11.96 | - |
| YUV | 125.09 | 107.64 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 89 | 0 | 0.50 | 0.54 | 0.24 | 4.57 | 0.46 | 0.55 |
| Hex | C2 | 61 | 59 | 0 | 32 | 36 | 18 | 5 | 2E | 37 |
| Octal | 302 | 141 | 131 | 0 | 62 | 66 | 30 | 5 | 56 | 67 |
| Binary | 11000010 | 1100001 | 1011001 | 0 | 110010 | 110110 | 11000 | 101 | 101110 | 110111 |
Color Harmonies of #C26159
Complementary color
Monochromatic Colors of #C26159
Black with #C26159
Text Example
Text Example
White with #C26159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26159; }
p { color: rgb(194,97,89); }
H1.HeaderClassName
{
color: #C26159;
}
.AnyTagClassName
{
color: #C26159;
}
</style>
background-color css
<style>
a { background-color: #C26159; }
a { background-color: rgb(194,97,89); }
div.DivClassName
{
background-color: #C26159;
}
.BgClassName
{
background-color: #C26159;
}
</style>
border-color css
<style>
span { border-color: #C26159; }
span { border-color: rgb(194,97,89); }
td.TdClassName
{
border-color: #C26159;
}
.TagClassName
{
border-color: #C26159;
}
</style>