Shades of Sunglo #C86558
Tints of Sunglo #C86558
RGB
CMYK
RGB Variations
Color information
#C86558 (or 0xC86558) is known color: Sunglo. HEX triplet: C8, 65 and 58. RGB value is (200,101,88). Sum of RGB (Red+Green+Blue) = 200+101+88=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C86558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86558 is #379AA7. Grayscale: #818181. Windows color (decimal): -3644072 or 5793224. OLE color: 5793224.
HSL color Cylindrical-coordinate representation of color #C86558: hue angle of 6.96º degrees, saturation: 0.5, 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 #C86558 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 88 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.22 |
| HSL | 6.96º | 0.5% | 0.56% | - |
| HSV(B) | 6.96º | 0.56% | 0.78% | - |
| XYZ | 30.23 | 22.29 | 11.94 | - |
| YUV | 129.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 88 | 0 | 0.49 | 0.56 | 0.22 | 6.96 | 0.5 | 0.56 |
| Hex | C8 | 65 | 58 | 0 | 31 | 38 | 16 | 7 | 32 | 38 |
| Octal | 310 | 145 | 130 | 0 | 61 | 70 | 26 | 7 | 62 | 70 |
| Binary | 11001000 | 1100101 | 1011000 | 0 | 110001 | 111000 | 10110 | 111 | 110010 | 111000 |
Color Harmonies of #C86558
Complementary color
Monochromatic Colors of #C86558
Black with #C86558
Text Example
Text Example
White with #C86558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86558; }
p { color: rgb(200,101,88); }
H1.HeaderClassName
{
color: #C86558;
}
.AnyTagClassName
{
color: #C86558;
}
</style>
background-color css
<style>
a { background-color: #C86558; }
a { background-color: rgb(200,101,88); }
div.DivClassName
{
background-color: #C86558;
}
.BgClassName
{
background-color: #C86558;
}
</style>
border-color css
<style>
span { border-color: #C86558; }
span { border-color: rgb(200,101,88); }
td.TdClassName
{
border-color: #C86558;
}
.TagClassName
{
border-color: #C86558;
}
</style>