Shades of Sunglo #C26457
Tints of Sunglo #C26457
RGB
CMYK
RGB Variations
Color information
#C26457 (or 0xC26457) is known color: Sunglo. HEX triplet: C2, 64 and 57. RGB value is (194,100,87). Sum of RGB (Red+Green+Blue) = 194+100+87=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C26457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26457 is #3D9BA8. Grayscale: #7E7E7E. Windows color (decimal): -4037545 or 5727426. OLE color: 5727426.
HSL color Cylindrical-coordinate representation of color #C26457: hue angle of 7.29º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C26457 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 87 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.24 |
| HSL | 7.29º | 0.47% | 0.55% | - |
| HSV(B) | 7.29º | 0.55% | 0.76% | - |
| XYZ | 28.53 | 21.27 | 11.62 | - |
| YUV | 126.62 | 105.64 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 87 | 0 | 0.48 | 0.55 | 0.24 | 7.29 | 0.47 | 0.55 |
| Hex | C2 | 64 | 57 | 0 | 30 | 37 | 18 | 7 | 2F | 37 |
| Octal | 302 | 144 | 127 | 0 | 60 | 67 | 30 | 7 | 57 | 67 |
| Binary | 11000010 | 1100100 | 1010111 | 0 | 110000 | 110111 | 11000 | 111 | 101111 | 110111 |
Color Harmonies of #C26457
Complementary color
Monochromatic Colors of #C26457
Black with #C26457
Text Example
Text Example
White with #C26457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26457; }
p { color: rgb(194,100,87); }
H1.HeaderClassName
{
color: #C26457;
}
.AnyTagClassName
{
color: #C26457;
}
</style>
background-color css
<style>
a { background-color: #C26457; }
a { background-color: rgb(194,100,87); }
div.DivClassName
{
background-color: #C26457;
}
.BgClassName
{
background-color: #C26457;
}
</style>
border-color css
<style>
span { border-color: #C26457; }
span { border-color: rgb(194,100,87); }
td.TdClassName
{
border-color: #C26457;
}
.TagClassName
{
border-color: #C26457;
}
</style>