Shades of Sunglo #C26256
Tints of Sunglo #C26256
RGB
CMYK
RGB Variations
Color information
#C26256 (or 0xC26256) is known color: Sunglo. HEX triplet: C2, 62 and 56. RGB value is (194,98,86). Sum of RGB (Red+Green+Blue) = 194+98+86=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C26256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26256 is #3D9DA9. Grayscale: #7D7D7D. Windows color (decimal): -4038058 or 5661378. OLE color: 5661378.
HSL color Cylindrical-coordinate representation of color #C26256: hue angle of 6.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C26256 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 86 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.24 |
| HSL | 6.67º | 0.47% | 0.55% | - |
| HSV(B) | 6.67º | 0.56% | 0.76% | - |
| XYZ | 28.3 | 20.88 | 11.34 | - |
| YUV | 125.34 | 105.8 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 86 | 0 | 0.49 | 0.56 | 0.24 | 6.67 | 0.47 | 0.55 |
| Hex | C2 | 62 | 56 | 0 | 31 | 38 | 18 | 7 | 2F | 37 |
| Octal | 302 | 142 | 126 | 0 | 61 | 70 | 30 | 7 | 57 | 67 |
| Binary | 11000010 | 1100010 | 1010110 | 0 | 110001 | 111000 | 11000 | 111 | 101111 | 110111 |
Color Harmonies of #C26256
Complementary color
Monochromatic Colors of #C26256
Black with #C26256
Text Example
Text Example
White with #C26256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26256; }
p { color: rgb(194,98,86); }
H1.HeaderClassName
{
color: #C26256;
}
.AnyTagClassName
{
color: #C26256;
}
</style>
background-color css
<style>
a { background-color: #C26256; }
a { background-color: rgb(194,98,86); }
div.DivClassName
{
background-color: #C26256;
}
.BgClassName
{
background-color: #C26256;
}
</style>
border-color css
<style>
span { border-color: #C26256; }
span { border-color: rgb(194,98,86); }
td.TdClassName
{
border-color: #C26256;
}
.TagClassName
{
border-color: #C26256;
}
</style>