Shades of Sunglo #C86751
Tints of Sunglo #C86751
RGB
CMYK
RGB Variations
Color information
#C86751 (or 0xC86751) is known color: Sunglo. HEX triplet: C8, 67 and 51. RGB value is (200,103,81). Sum of RGB (Red+Green+Blue) = 200+103+81=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C86751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86751 is #3798AE. Grayscale: #818181. Windows color (decimal): -3643567 or 5334984. OLE color: 5334984.
HSL color Cylindrical-coordinate representation of color #C86751: hue angle of 11.09º 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 #C86751 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 81 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.22 |
| HSL | 11.09º | 0.52% | 0.55% | - |
| HSV(B) | 11.09º | 0.6% | 0.78% | - |
| XYZ | 30.15 | 22.57 | 10.55 | - |
| YUV | 129.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 81 | 0 | 0.48 | 0.59 | 0.22 | 11.09 | 0.52 | 0.55 |
| Hex | C8 | 67 | 51 | 0 | 30 | 3B | 16 | B | 34 | 37 |
| Octal | 310 | 147 | 121 | 0 | 60 | 73 | 26 | 13 | 64 | 67 |
| Binary | 11001000 | 1100111 | 1010001 | 0 | 110000 | 111011 | 10110 | 1011 | 110100 | 110111 |
Color Harmonies of #C86751
Complementary color
Monochromatic Colors of #C86751
Black with #C86751
Text Example
Text Example
White with #C86751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86751; }
p { color: rgb(200,103,81); }
H1.HeaderClassName
{
color: #C86751;
}
.AnyTagClassName
{
color: #C86751;
}
</style>
background-color css
<style>
a { background-color: #C86751; }
a { background-color: rgb(200,103,81); }
div.DivClassName
{
background-color: #C86751;
}
.BgClassName
{
background-color: #C86751;
}
</style>
border-color css
<style>
span { border-color: #C86751; }
span { border-color: rgb(200,103,81); }
td.TdClassName
{
border-color: #C86751;
}
.TagClassName
{
border-color: #C86751;
}
</style>