Shades of Sunglo #C86557
Tints of Sunglo #C86557
RGB
CMYK
RGB Variations
Color information
#C86557 (or 0xC86557) is known color: Sunglo. HEX triplet: C8, 65 and 57. RGB value is (200,101,87). Sum of RGB (Red+Green+Blue) = 200+101+87=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C86557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86557 is #379AA8. Grayscale: #818181. Windows color (decimal): -3644073 or 5727688. OLE color: 5727688.
HSL color Cylindrical-coordinate representation of color #C86557: hue angle of 7.43º 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 #C86557 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 87 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.22 |
| HSL | 7.43º | 0.51% | 0.56% | - |
| HSV(B) | 7.43º | 0.57% | 0.78% | - |
| XYZ | 30.19 | 22.27 | 11.72 | - |
| YUV | 129.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 87 | 0 | 0.49 | 0.56 | 0.22 | 7.43 | 0.51 | 0.56 |
| Hex | C8 | 65 | 57 | 0 | 31 | 38 | 16 | 7 | 33 | 38 |
| Octal | 310 | 145 | 127 | 0 | 61 | 70 | 26 | 7 | 63 | 70 |
| Binary | 11001000 | 1100101 | 1010111 | 0 | 110001 | 111000 | 10110 | 111 | 110011 | 111000 |
Color Harmonies of #C86557
Complementary color
Monochromatic Colors of #C86557
Black with #C86557
Text Example
Text Example
White with #C86557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86557; }
p { color: rgb(200,101,87); }
H1.HeaderClassName
{
color: #C86557;
}
.AnyTagClassName
{
color: #C86557;
}
</style>
background-color css
<style>
a { background-color: #C86557; }
a { background-color: rgb(200,101,87); }
div.DivClassName
{
background-color: #C86557;
}
.BgClassName
{
background-color: #C86557;
}
</style>
border-color css
<style>
span { border-color: #C86557; }
span { border-color: rgb(200,101,87); }
td.TdClassName
{
border-color: #C86557;
}
.TagClassName
{
border-color: #C86557;
}
</style>