Shades of Sunglo #C85A51
Tints of Sunglo #C85A51
RGB
CMYK
RGB Variations
Color information
#C85A51 (or 0xC85A51) is known color: Sunglo. HEX triplet: C8, 5A and 51. RGB value is (200,90,81). Sum of RGB (Red+Green+Blue) = 200+90+81=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A51 is #37A5AE. Grayscale: #7A7A7A. Windows color (decimal): -3646895 or 5331656. OLE color: 5331656.
HSL color Cylindrical-coordinate representation of color #C85A51: hue angle of 4.54º 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 #C85A51 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 81 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.22 |
| HSL | 4.54º | 0.52% | 0.55% | - |
| HSV(B) | 4.54º | 0.6% | 0.78% | - |
| XYZ | 28.96 | 20.19 | 10.15 | - |
| YUV | 121.86 | 104.94 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 81 | 0 | 0.55 | 0.59 | 0.22 | 4.54 | 0.52 | 0.55 |
| Hex | C8 | 5A | 51 | 0 | 37 | 3B | 16 | 5 | 34 | 37 |
| Octal | 310 | 132 | 121 | 0 | 67 | 73 | 26 | 5 | 64 | 67 |
| Binary | 11001000 | 1011010 | 1010001 | 0 | 110111 | 111011 | 10110 | 101 | 110100 | 110111 |
Color Harmonies of #C85A51
Complementary color
Monochromatic Colors of #C85A51
Black with #C85A51
Text Example
Text Example
White with #C85A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A51; }
p { color: rgb(200,90,81); }
H1.HeaderClassName
{
color: #C85A51;
}
.AnyTagClassName
{
color: #C85A51;
}
</style>
background-color css
<style>
a { background-color: #C85A51; }
a { background-color: rgb(200,90,81); }
div.DivClassName
{
background-color: #C85A51;
}
.BgClassName
{
background-color: #C85A51;
}
</style>
border-color css
<style>
span { border-color: #C85A51; }
span { border-color: rgb(200,90,81); }
td.TdClassName
{
border-color: #C85A51;
}
.TagClassName
{
border-color: #C85A51;
}
</style>