Shades of Sunglo #C26259
Tints of Sunglo #C26259
RGB
CMYK
RGB Variations
Color information
#C26259 (or 0xC26259) is known color: Sunglo. HEX triplet: C2, 62 and 59. RGB value is (194,98,89). Sum of RGB (Red+Green+Blue) = 194+98+89=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C26259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26259 is #3D9DA6. Grayscale: #7D7D7D. Windows color (decimal): -4038055 or 5857986. OLE color: 5857986.
HSL color Cylindrical-coordinate representation of color #C26259: hue angle of 5.14º 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 #C26259 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 89 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.24 |
| HSL | 5.14º | 0.46% | 0.55% | - |
| HSV(B) | 5.14º | 0.54% | 0.76% | - |
| XYZ | 28.42 | 20.93 | 11.99 | - |
| YUV | 125.68 | 107.3 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 89 | 0 | 0.49 | 0.54 | 0.24 | 5.14 | 0.46 | 0.55 |
| Hex | C2 | 62 | 59 | 0 | 31 | 36 | 18 | 5 | 2E | 37 |
| Octal | 302 | 142 | 131 | 0 | 61 | 66 | 30 | 5 | 56 | 67 |
| Binary | 11000010 | 1100010 | 1011001 | 0 | 110001 | 110110 | 11000 | 101 | 101110 | 110111 |
Color Harmonies of #C26259
Complementary color
Monochromatic Colors of #C26259
Black with #C26259
Text Example
Text Example
White with #C26259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26259; }
p { color: rgb(194,98,89); }
H1.HeaderClassName
{
color: #C26259;
}
.AnyTagClassName
{
color: #C26259;
}
</style>
background-color css
<style>
a { background-color: #C26259; }
a { background-color: rgb(194,98,89); }
div.DivClassName
{
background-color: #C26259;
}
.BgClassName
{
background-color: #C26259;
}
</style>
border-color css
<style>
span { border-color: #C26259; }
span { border-color: rgb(194,98,89); }
td.TdClassName
{
border-color: #C26259;
}
.TagClassName
{
border-color: #C26259;
}
</style>