Shades of Sunglo #C86457
Tints of Sunglo #C86457
RGB
CMYK
RGB Variations
Color information
#C86457 (or 0xC86457) is known color: Sunglo. HEX triplet: C8, 64 and 57. RGB value is (200,100,87). Sum of RGB (Red+Green+Blue) = 200+100+87=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C86457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86457 is #379BA8. Grayscale: #808080. Windows color (decimal): -3644329 or 5727432. OLE color: 5727432.
HSL color Cylindrical-coordinate representation of color #C86457: hue angle of 6.9º 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 #C86457 is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 87 | - |
| CMYK | 0 | 0.5 | 0.56 | 0.22 |
| HSL | 6.9º | 0.51% | 0.56% | - |
| HSV(B) | 6.9º | 0.57% | 0.78% | - |
| XYZ | 30.1 | 22.08 | 11.69 | - |
| YUV | 128.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 87 | 0 | 0.5 | 0.56 | 0.22 | 6.9 | 0.51 | 0.56 |
| Hex | C8 | 64 | 57 | 0 | 32 | 38 | 16 | 7 | 33 | 38 |
| Octal | 310 | 144 | 127 | 0 | 62 | 70 | 26 | 7 | 63 | 70 |
| Binary | 11001000 | 1100100 | 1010111 | 0 | 110010 | 111000 | 10110 | 111 | 110011 | 111000 |
Color Harmonies of #C86457
Complementary color
Monochromatic Colors of #C86457
Black with #C86457
Text Example
Text Example
White with #C86457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86457; }
p { color: rgb(200,100,87); }
H1.HeaderClassName
{
color: #C86457;
}
.AnyTagClassName
{
color: #C86457;
}
</style>
background-color css
<style>
a { background-color: #C86457; }
a { background-color: rgb(200,100,87); }
div.DivClassName
{
background-color: #C86457;
}
.BgClassName
{
background-color: #C86457;
}
</style>
border-color css
<style>
span { border-color: #C86457; }
span { border-color: rgb(200,100,87); }
td.TdClassName
{
border-color: #C86457;
}
.TagClassName
{
border-color: #C86457;
}
</style>