Shades of Sunglo #C85E57
Tints of Sunglo #C85E57
RGB
CMYK
RGB Variations
Color information
#C85E57 (or 0xC85E57) is known color: Sunglo. HEX triplet: C8, 5E and 57. RGB value is (200,94,87). Sum of RGB (Red+Green+Blue) = 200+94+87=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E57 is #37A1A8. Grayscale: #7D7D7D. Windows color (decimal): -3645865 or 5725896. OLE color: 5725896.
HSL color Cylindrical-coordinate representation of color #C85E57: hue angle of 3.72º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85E57 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 87 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.22 |
| HSL | 3.72º | 0.51% | 0.56% | - |
| HSV(B) | 3.72º | 0.57% | 0.78% | - |
| XYZ | 29.54 | 20.97 | 11.51 | - |
| YUV | 124.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 87 | 0 | 0.53 | 0.56 | 0.22 | 3.72 | 0.51 | 0.56 |
| Hex | C8 | 5E | 57 | 0 | 35 | 38 | 16 | 4 | 33 | 38 |
| Octal | 310 | 136 | 127 | 0 | 65 | 70 | 26 | 4 | 63 | 70 |
| Binary | 11001000 | 1011110 | 1010111 | 0 | 110101 | 111000 | 10110 | 100 | 110011 | 111000 |
Color Harmonies of #C85E57
Complementary color
Monochromatic Colors of #C85E57
Black with #C85E57
Text Example
Text Example
White with #C85E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E57; }
p { color: rgb(200,94,87); }
H1.HeaderClassName
{
color: #C85E57;
}
.AnyTagClassName
{
color: #C85E57;
}
</style>
background-color css
<style>
a { background-color: #C85E57; }
a { background-color: rgb(200,94,87); }
div.DivClassName
{
background-color: #C85E57;
}
.BgClassName
{
background-color: #C85E57;
}
</style>
border-color css
<style>
span { border-color: #C85E57; }
span { border-color: rgb(200,94,87); }
td.TdClassName
{
border-color: #C85E57;
}
.TagClassName
{
border-color: #C85E57;
}
</style>