Shades of Sunglo #C05E57
Tints of Sunglo #C05E57
RGB
CMYK
RGB Variations
Color information
#C05E57 (or 0xC05E57) is known color: Sunglo. HEX triplet: C0, 5E and 57. RGB value is (192,94,87). Sum of RGB (Red+Green+Blue) = 192+94+87=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E57 is #3FA1A8. Grayscale: #7A7A7A. Windows color (decimal): -4170153 or 5725888. OLE color: 5725888.
HSL color Cylindrical-coordinate representation of color #C05E57: hue angle of 4º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05E57 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 87 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.25 |
| HSL | 4º | 0.45% | 0.55% | - |
| HSV(B) | 4º | 0.55% | 0.75% | - |
| XYZ | 27.46 | 19.9 | 11.41 | - |
| YUV | 122.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 87 | 0 | 0.51 | 0.55 | 0.25 | 4 | 0.45 | 0.55 |
| Hex | C0 | 5E | 57 | 0 | 33 | 37 | 19 | 4 | 2D | 37 |
| Octal | 300 | 136 | 127 | 0 | 63 | 67 | 31 | 4 | 55 | 67 |
| Binary | 11000000 | 1011110 | 1010111 | 0 | 110011 | 110111 | 11001 | 100 | 101101 | 110111 |
Color Harmonies of #C05E57
Complementary color
Monochromatic Colors of #C05E57
Black with #C05E57
Text Example
Text Example
White with #C05E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E57; }
p { color: rgb(192,94,87); }
H1.HeaderClassName
{
color: #C05E57;
}
.AnyTagClassName
{
color: #C05E57;
}
</style>
background-color css
<style>
a { background-color: #C05E57; }
a { background-color: rgb(192,94,87); }
div.DivClassName
{
background-color: #C05E57;
}
.BgClassName
{
background-color: #C05E57;
}
</style>
border-color css
<style>
span { border-color: #C05E57; }
span { border-color: rgb(192,94,87); }
td.TdClassName
{
border-color: #C05E57;
}
.TagClassName
{
border-color: #C05E57;
}
</style>