Shades of Sunglo #C86059
Tints of Sunglo #C86059
RGB
CMYK
RGB Variations
Color information
#C86059 (or 0xC86059) is known color: Sunglo. HEX triplet: C8, 60 and 59. RGB value is (200,96,89). Sum of RGB (Red+Green+Blue) = 200+96+89=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C86059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86059 is #379FA6. Grayscale: #7E7E7E. Windows color (decimal): -3645351 or 5857480. OLE color: 5857480.
HSL color Cylindrical-coordinate representation of color #C86059: hue angle of 3.78º 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 #C86059 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 89 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.22 |
| HSL | 3.78º | 0.5% | 0.57% | - |
| HSV(B) | 3.78º | 0.56% | 0.78% | - |
| XYZ | 29.81 | 21.37 | 12 | - |
| YUV | 126.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 89 | 0 | 0.52 | 0.56 | 0.22 | 3.78 | 0.5 | 0.57 |
| Hex | C8 | 60 | 59 | 0 | 34 | 38 | 16 | 4 | 32 | 39 |
| Octal | 310 | 140 | 131 | 0 | 64 | 70 | 26 | 4 | 62 | 71 |
| Binary | 11001000 | 1100000 | 1011001 | 0 | 110100 | 111000 | 10110 | 100 | 110010 | 111001 |
Color Harmonies of #C86059
Complementary color
Monochromatic Colors of #C86059
Black with #C86059
Text Example
Text Example
White with #C86059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86059; }
p { color: rgb(200,96,89); }
H1.HeaderClassName
{
color: #C86059;
}
.AnyTagClassName
{
color: #C86059;
}
</style>
background-color css
<style>
a { background-color: #C86059; }
a { background-color: rgb(200,96,89); }
div.DivClassName
{
background-color: #C86059;
}
.BgClassName
{
background-color: #C86059;
}
</style>
border-color css
<style>
span { border-color: #C86059; }
span { border-color: rgb(200,96,89); }
td.TdClassName
{
border-color: #C86059;
}
.TagClassName
{
border-color: #C86059;
}
</style>