Shades of Sunglo #C86258
Tints of Sunglo #C86258
RGB
CMYK
RGB Variations
Color information
#C86258 (or 0xC86258) is known color: Sunglo. HEX triplet: C8, 62 and 58. RGB value is (200,98,88). Sum of RGB (Red+Green+Blue) = 200+98+88=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C86258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86258 is #379DA7. Grayscale: #7F7F7F. Windows color (decimal): -3644840 or 5792456. OLE color: 5792456.
HSL color Cylindrical-coordinate representation of color #C86258: hue angle of 5.36º 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 #C86258 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 88 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.22 |
| HSL | 5.36º | 0.5% | 0.56% | - |
| HSV(B) | 5.36º | 0.56% | 0.78% | - |
| XYZ | 29.95 | 21.72 | 11.85 | - |
| YUV | 127.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 88 | 0 | 0.51 | 0.56 | 0.22 | 5.36 | 0.5 | 0.56 |
| Hex | C8 | 62 | 58 | 0 | 33 | 38 | 16 | 5 | 32 | 38 |
| Octal | 310 | 142 | 130 | 0 | 63 | 70 | 26 | 5 | 62 | 70 |
| Binary | 11001000 | 1100010 | 1011000 | 0 | 110011 | 111000 | 10110 | 101 | 110010 | 111000 |
Color Harmonies of #C86258
Complementary color
Monochromatic Colors of #C86258
Black with #C86258
Text Example
Text Example
White with #C86258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86258; }
p { color: rgb(200,98,88); }
H1.HeaderClassName
{
color: #C86258;
}
.AnyTagClassName
{
color: #C86258;
}
</style>
background-color css
<style>
a { background-color: #C86258; }
a { background-color: rgb(200,98,88); }
div.DivClassName
{
background-color: #C86258;
}
.BgClassName
{
background-color: #C86258;
}
</style>
border-color css
<style>
span { border-color: #C86258; }
span { border-color: rgb(200,98,88); }
td.TdClassName
{
border-color: #C86258;
}
.TagClassName
{
border-color: #C86258;
}
</style>