Shades of Sunglo #C85F54
Tints of Sunglo #C85F54
RGB
CMYK
RGB Variations
Color information
#C85F54 (or 0xC85F54) is known color: Sunglo. HEX triplet: C8, 5F and 54. RGB value is (200,95,84). Sum of RGB (Red+Green+Blue) = 200+95+84=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F54 is #37A0AB. Grayscale: #7D7D7D. Windows color (decimal): -3645612 or 5529544. OLE color: 5529544.
HSL color Cylindrical-coordinate representation of color #C85F54: hue angle of 5.69º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85F54 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 84 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.22 |
| HSL | 5.69º | 0.51% | 0.56% | - |
| HSV(B) | 5.69º | 0.58% | 0.78% | - |
| XYZ | 29.51 | 21.1 | 10.91 | - |
| YUV | 125.14 | 104.79 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 84 | 0 | 0.52 | 0.58 | 0.22 | 5.69 | 0.51 | 0.56 |
| Hex | C8 | 5F | 54 | 0 | 34 | 3A | 16 | 6 | 33 | 38 |
| Octal | 310 | 137 | 124 | 0 | 64 | 72 | 26 | 6 | 63 | 70 |
| Binary | 11001000 | 1011111 | 1010100 | 0 | 110100 | 111010 | 10110 | 110 | 110011 | 111000 |
Color Harmonies of #C85F54
Complementary color
Monochromatic Colors of #C85F54
Black with #C85F54
Text Example
Text Example
White with #C85F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F54; }
p { color: rgb(200,95,84); }
H1.HeaderClassName
{
color: #C85F54;
}
.AnyTagClassName
{
color: #C85F54;
}
</style>
background-color css
<style>
a { background-color: #C85F54; }
a { background-color: rgb(200,95,84); }
div.DivClassName
{
background-color: #C85F54;
}
.BgClassName
{
background-color: #C85F54;
}
</style>
border-color css
<style>
span { border-color: #C85F54; }
span { border-color: rgb(200,95,84); }
td.TdClassName
{
border-color: #C85F54;
}
.TagClassName
{
border-color: #C85F54;
}
</style>