Shades of Sunglo #C86556
Tints of Sunglo #C86556
RGB
CMYK
RGB Variations
Color information
#C86556 (or 0xC86556) is known color: Sunglo. HEX triplet: C8, 65 and 56. RGB value is (200,101,86). Sum of RGB (Red+Green+Blue) = 200+101+86=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C86556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86556 is #379AA9. Grayscale: #818181. Windows color (decimal): -3644074 or 5662152. OLE color: 5662152.
HSL color Cylindrical-coordinate representation of color #C86556: hue angle of 7.89º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C86556 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 86 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.22 |
| HSL | 7.89º | 0.51% | 0.56% | - |
| HSV(B) | 7.89º | 0.57% | 0.78% | - |
| XYZ | 30.15 | 22.26 | 11.51 | - |
| YUV | 128.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 86 | 0 | 0.49 | 0.57 | 0.22 | 7.89 | 0.51 | 0.56 |
| Hex | C8 | 65 | 56 | 0 | 31 | 39 | 16 | 8 | 33 | 38 |
| Octal | 310 | 145 | 126 | 0 | 61 | 71 | 26 | 10 | 63 | 70 |
| Binary | 11001000 | 1100101 | 1010110 | 0 | 110001 | 111001 | 10110 | 1000 | 110011 | 111000 |
Color Harmonies of #C86556
Complementary color
Monochromatic Colors of #C86556
Black with #C86556
Text Example
Text Example
White with #C86556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86556; }
p { color: rgb(200,101,86); }
H1.HeaderClassName
{
color: #C86556;
}
.AnyTagClassName
{
color: #C86556;
}
</style>
background-color css
<style>
a { background-color: #C86556; }
a { background-color: rgb(200,101,86); }
div.DivClassName
{
background-color: #C86556;
}
.BgClassName
{
background-color: #C86556;
}
</style>
border-color css
<style>
span { border-color: #C86556; }
span { border-color: rgb(200,101,86); }
td.TdClassName
{
border-color: #C86556;
}
.TagClassName
{
border-color: #C86556;
}
</style>