Shades of Sunglo #C85E51
Tints of Sunglo #C85E51
RGB
CMYK
RGB Variations
Color information
#C85E51 (or 0xC85E51) is known color: Sunglo. HEX triplet: C8, 5E and 51. RGB value is (200,94,81). Sum of RGB (Red+Green+Blue) = 200+94+81=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E51 is #37A1AE. Grayscale: #7C7C7C. Windows color (decimal): -3645871 or 5332680. OLE color: 5332680.
HSL color Cylindrical-coordinate representation of color #C85E51: hue angle of 6.55º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85E51 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 81 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.22 |
| HSL | 6.55º | 0.52% | 0.55% | - |
| HSV(B) | 6.55º | 0.6% | 0.78% | - |
| XYZ | 29.31 | 20.88 | 10.27 | - |
| YUV | 124.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 81 | 0 | 0.53 | 0.59 | 0.22 | 6.55 | 0.52 | 0.55 |
| Hex | C8 | 5E | 51 | 0 | 35 | 3B | 16 | 7 | 34 | 37 |
| Octal | 310 | 136 | 121 | 0 | 65 | 73 | 26 | 7 | 64 | 67 |
| Binary | 11001000 | 1011110 | 1010001 | 0 | 110101 | 111011 | 10110 | 111 | 110100 | 110111 |
Color Harmonies of #C85E51
Complementary color
Monochromatic Colors of #C85E51
Black with #C85E51
Text Example
Text Example
White with #C85E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E51; }
p { color: rgb(200,94,81); }
H1.HeaderClassName
{
color: #C85E51;
}
.AnyTagClassName
{
color: #C85E51;
}
</style>
background-color css
<style>
a { background-color: #C85E51; }
a { background-color: rgb(200,94,81); }
div.DivClassName
{
background-color: #C85E51;
}
.BgClassName
{
background-color: #C85E51;
}
</style>
border-color css
<style>
span { border-color: #C85E51; }
span { border-color: rgb(200,94,81); }
td.TdClassName
{
border-color: #C85E51;
}
.TagClassName
{
border-color: #C85E51;
}
</style>