Shades of Sunglo #C4685E
Tints of Sunglo #C4685E
RGB
CMYK
RGB Variations
Color information
#C4685E (or 0xC4685E) is known color: Sunglo. HEX triplet: C4, 68 and 5E. RGB value is (196,104,94). Sum of RGB (Red+Green+Blue) = 196+104+94=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C4685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4685E is #3B97A1. Grayscale: #828282. Windows color (decimal): -3905442 or 6187204. OLE color: 6187204.
HSL color Cylindrical-coordinate representation of color #C4685E: hue angle of 5.88º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4685E is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 94 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.23 |
| HSL | 5.88º | 0.46% | 0.57% | - |
| HSV(B) | 5.88º | 0.52% | 0.77% | - |
| XYZ | 29.74 | 22.44 | 13.35 | - |
| YUV | 130.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 94 | 0 | 0.47 | 0.52 | 0.23 | 5.88 | 0.46 | 0.57 |
| Hex | C4 | 68 | 5E | 0 | 2F | 34 | 17 | 6 | 2E | 39 |
| Octal | 304 | 150 | 136 | 0 | 57 | 64 | 27 | 6 | 56 | 71 |
| Binary | 11000100 | 1101000 | 1011110 | 0 | 101111 | 110100 | 10111 | 110 | 101110 | 111001 |
Color Harmonies of #C4685E
Complementary color
Monochromatic Colors of #C4685E
Black with #C4685E
Text Example
Text Example
White with #C4685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4685E; }
p { color: rgb(196,104,94); }
H1.HeaderClassName
{
color: #C4685E;
}
.AnyTagClassName
{
color: #C4685E;
}
</style>
background-color css
<style>
a { background-color: #C4685E; }
a { background-color: rgb(196,104,94); }
div.DivClassName
{
background-color: #C4685E;
}
.BgClassName
{
background-color: #C4685E;
}
</style>
border-color css
<style>
span { border-color: #C4685E; }
span { border-color: rgb(196,104,94); }
td.TdClassName
{
border-color: #C4685E;
}
.TagClassName
{
border-color: #C4685E;
}
</style>