Shades of Sunglo #C86656
Tints of Sunglo #C86656
RGB
CMYK
RGB Variations
Color information
#C86656 (or 0xC86656) is known color: Sunglo. HEX triplet: C8, 66 and 56. RGB value is (200,102,86). Sum of RGB (Red+Green+Blue) = 200+102+86=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C86656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86656 is #3799A9. Grayscale: #818181. Windows color (decimal): -3643818 or 5662408. OLE color: 5662408.
HSL color Cylindrical-coordinate representation of color #C86656: hue angle of 8.42º 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 #C86656 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 86 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.22 |
| HSL | 8.42º | 0.51% | 0.56% | - |
| HSV(B) | 8.42º | 0.57% | 0.78% | - |
| XYZ | 30.25 | 22.45 | 11.54 | - |
| YUV | 129.48 | 103.47 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 86 | 0 | 0.49 | 0.57 | 0.22 | 8.42 | 0.51 | 0.56 |
| Hex | C8 | 66 | 56 | 0 | 31 | 39 | 16 | 8 | 33 | 38 |
| Octal | 310 | 146 | 126 | 0 | 61 | 71 | 26 | 10 | 63 | 70 |
| Binary | 11001000 | 1100110 | 1010110 | 0 | 110001 | 111001 | 10110 | 1000 | 110011 | 111000 |
Color Harmonies of #C86656
Complementary color
Monochromatic Colors of #C86656
Black with #C86656
Text Example
Text Example
White with #C86656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86656; }
p { color: rgb(200,102,86); }
H1.HeaderClassName
{
color: #C86656;
}
.AnyTagClassName
{
color: #C86656;
}
</style>
background-color css
<style>
a { background-color: #C86656; }
a { background-color: rgb(200,102,86); }
div.DivClassName
{
background-color: #C86656;
}
.BgClassName
{
background-color: #C86656;
}
</style>
border-color css
<style>
span { border-color: #C86656; }
span { border-color: rgb(200,102,86); }
td.TdClassName
{
border-color: #C86656;
}
.TagClassName
{
border-color: #C86656;
}
</style>