Shades of Sunglo #C86753
Tints of Sunglo #C86753
RGB
CMYK
RGB Variations
Color information
#C86753 (or 0xC86753) is known color: Sunglo. HEX triplet: C8, 67 and 53. RGB value is (200,103,83). Sum of RGB (Red+Green+Blue) = 200+103+83=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C86753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86753 is #3798AC. Grayscale: #818181. Windows color (decimal): -3643565 or 5466056. OLE color: 5466056.
HSL color Cylindrical-coordinate representation of color #C86753: hue angle of 10.26º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C86753 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 83 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.22 |
| HSL | 10.26º | 0.52% | 0.55% | - |
| HSV(B) | 10.26º | 0.59% | 0.78% | - |
| XYZ | 30.23 | 22.6 | 10.95 | - |
| YUV | 129.72 | 101.64 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 83 | 0 | 0.48 | 0.58 | 0.22 | 10.26 | 0.52 | 0.55 |
| Hex | C8 | 67 | 53 | 0 | 30 | 3A | 16 | A | 34 | 37 |
| Octal | 310 | 147 | 123 | 0 | 60 | 72 | 26 | 12 | 64 | 67 |
| Binary | 11001000 | 1100111 | 1010011 | 0 | 110000 | 111010 | 10110 | 1010 | 110100 | 110111 |
Color Harmonies of #C86753
Complementary color
Monochromatic Colors of #C86753
Black with #C86753
Text Example
Text Example
White with #C86753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86753; }
p { color: rgb(200,103,83); }
H1.HeaderClassName
{
color: #C86753;
}
.AnyTagClassName
{
color: #C86753;
}
</style>
background-color css
<style>
a { background-color: #C86753; }
a { background-color: rgb(200,103,83); }
div.DivClassName
{
background-color: #C86753;
}
.BgClassName
{
background-color: #C86753;
}
</style>
border-color css
<style>
span { border-color: #C86753; }
span { border-color: rgb(200,103,83); }
td.TdClassName
{
border-color: #C86753;
}
.TagClassName
{
border-color: #C86753;
}
</style>