Shades of Sunglo #C86250
Tints of Sunglo #C86250
RGB
CMYK
RGB Variations
Color information
#C86250 (or 0xC86250) is known color: Sunglo. HEX triplet: C8, 62 and 50. RGB value is (200,98,80). Sum of RGB (Red+Green+Blue) = 200+98+80=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C86250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86250 is #379DAF. Grayscale: #7E7E7E. Windows color (decimal): -3644848 or 5268168. OLE color: 5268168.
HSL color Cylindrical-coordinate representation of color #C86250: hue angle of 9º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C86250 is Cyan = 0, Magento = 0.51, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 80 | - |
| CMYK | 0 | 0.51 | 0.6 | 0.22 |
| HSL | 9º | 0.52% | 0.55% | - |
| HSV(B) | 9º | 0.6% | 0.78% | - |
| XYZ | 29.64 | 21.59 | 10.2 | - |
| YUV | 126.45 | 101.79 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 80 | 0 | 0.51 | 0.6 | 0.22 | 9 | 0.52 | 0.55 |
| Hex | C8 | 62 | 50 | 0 | 33 | 3C | 16 | 9 | 34 | 37 |
| Octal | 310 | 142 | 120 | 0 | 63 | 74 | 26 | 11 | 64 | 67 |
| Binary | 11001000 | 1100010 | 1010000 | 0 | 110011 | 111100 | 10110 | 1001 | 110100 | 110111 |
Color Harmonies of #C86250
Complementary color
Monochromatic Colors of #C86250
Black with #C86250
Text Example
Text Example
White with #C86250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86250; }
p { color: rgb(200,98,80); }
H1.HeaderClassName
{
color: #C86250;
}
.AnyTagClassName
{
color: #C86250;
}
</style>
background-color css
<style>
a { background-color: #C86250; }
a { background-color: rgb(200,98,80); }
div.DivClassName
{
background-color: #C86250;
}
.BgClassName
{
background-color: #C86250;
}
</style>
border-color css
<style>
span { border-color: #C86250; }
span { border-color: rgb(200,98,80); }
td.TdClassName
{
border-color: #C86250;
}
.TagClassName
{
border-color: #C86250;
}
</style>