Shades of Sunglo #C86057
Tints of Sunglo #C86057
RGB
CMYK
RGB Variations
Color information
#C86057 (or 0xC86057) is known color: Sunglo. HEX triplet: C8, 60 and 57. RGB value is (200,96,87). Sum of RGB (Red+Green+Blue) = 200+96+87=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C86057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86057 is #379FA8. Grayscale: #7E7E7E. Windows color (decimal): -3645353 or 5726408. OLE color: 5726408.
HSL color Cylindrical-coordinate representation of color #C86057: hue angle of 4.78º 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 #C86057 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 87 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.22 |
| HSL | 4.78º | 0.51% | 0.56% | - |
| HSV(B) | 4.78º | 0.57% | 0.78% | - |
| XYZ | 29.72 | 21.33 | 11.57 | - |
| YUV | 126.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 87 | 0 | 0.52 | 0.56 | 0.22 | 4.78 | 0.51 | 0.56 |
| Hex | C8 | 60 | 57 | 0 | 34 | 38 | 16 | 5 | 33 | 38 |
| Octal | 310 | 140 | 127 | 0 | 64 | 70 | 26 | 5 | 63 | 70 |
| Binary | 11001000 | 1100000 | 1010111 | 0 | 110100 | 111000 | 10110 | 101 | 110011 | 111000 |
Color Harmonies of #C86057
Complementary color
Monochromatic Colors of #C86057
Black with #C86057
Text Example
Text Example
White with #C86057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86057; }
p { color: rgb(200,96,87); }
H1.HeaderClassName
{
color: #C86057;
}
.AnyTagClassName
{
color: #C86057;
}
</style>
background-color css
<style>
a { background-color: #C86057; }
a { background-color: rgb(200,96,87); }
div.DivClassName
{
background-color: #C86057;
}
.BgClassName
{
background-color: #C86057;
}
</style>
border-color css
<style>
span { border-color: #C86057; }
span { border-color: rgb(200,96,87); }
td.TdClassName
{
border-color: #C86057;
}
.TagClassName
{
border-color: #C86057;
}
</style>