Shades of Sunglo #C86459
Tints of Sunglo #C86459
RGB
CMYK
RGB Variations
Color information
#C86459 (or 0xC86459) is known color: Sunglo. HEX triplet: C8, 64 and 59. RGB value is (200,100,89). Sum of RGB (Red+Green+Blue) = 200+100+89=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C86459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86459 is #379BA6. Grayscale: #808080. Windows color (decimal): -3644327 or 5858504. OLE color: 5858504.
HSL color Cylindrical-coordinate representation of color #C86459: hue angle of 5.95º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C86459 is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 89 | - |
| CMYK | 0 | 0.5 | 0.56 | 0.22 |
| HSL | 5.95º | 0.5% | 0.57% | - |
| HSV(B) | 5.95º | 0.56% | 0.78% | - |
| XYZ | 30.18 | 22.11 | 12.13 | - |
| YUV | 128.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 89 | 0 | 0.5 | 0.56 | 0.22 | 5.95 | 0.5 | 0.57 |
| Hex | C8 | 64 | 59 | 0 | 32 | 38 | 16 | 6 | 32 | 39 |
| Octal | 310 | 144 | 131 | 0 | 62 | 70 | 26 | 6 | 62 | 71 |
| Binary | 11001000 | 1100100 | 1011001 | 0 | 110010 | 111000 | 10110 | 110 | 110010 | 111001 |
Color Harmonies of #C86459
Complementary color
Monochromatic Colors of #C86459
Black with #C86459
Text Example
Text Example
White with #C86459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86459; }
p { color: rgb(200,100,89); }
H1.HeaderClassName
{
color: #C86459;
}
.AnyTagClassName
{
color: #C86459;
}
</style>
background-color css
<style>
a { background-color: #C86459; }
a { background-color: rgb(200,100,89); }
div.DivClassName
{
background-color: #C86459;
}
.BgClassName
{
background-color: #C86459;
}
</style>
border-color css
<style>
span { border-color: #C86459; }
span { border-color: rgb(200,100,89); }
td.TdClassName
{
border-color: #C86459;
}
.TagClassName
{
border-color: #C86459;
}
</style>