Shades of Sunglo #C5685C
Tints of Sunglo #C5685C
RGB
CMYK
RGB Variations
Color information
#C5685C (or 0xC5685C) is known color: Sunglo. HEX triplet: C5, 68 and 5C. RGB value is (197,104,92). Sum of RGB (Red+Green+Blue) = 197+104+92=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5685C is #3A97A3. Grayscale: #828282. Windows color (decimal): -3839908 or 6056133. OLE color: 6056133.
HSL color Cylindrical-coordinate representation of color #C5685C: hue angle of 6.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5685C is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 92 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.23 |
| HSL | 6.86º | 0.48% | 0.57% | - |
| HSV(B) | 6.86º | 0.53% | 0.77% | - |
| XYZ | 29.91 | 22.54 | 12.9 | - |
| YUV | 130.44 | 106.31 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 92 | 0 | 0.47 | 0.53 | 0.23 | 6.86 | 0.48 | 0.57 |
| Hex | C5 | 68 | 5C | 0 | 2F | 35 | 17 | 7 | 30 | 39 |
| Octal | 305 | 150 | 134 | 0 | 57 | 65 | 27 | 7 | 60 | 71 |
| Binary | 11000101 | 1101000 | 1011100 | 0 | 101111 | 110101 | 10111 | 111 | 110000 | 111001 |
Color Harmonies of #C5685C
Complementary color
Monochromatic Colors of #C5685C
Black with #C5685C
Text Example
Text Example
White with #C5685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5685C; }
p { color: rgb(197,104,92); }
H1.HeaderClassName
{
color: #C5685C;
}
.AnyTagClassName
{
color: #C5685C;
}
</style>
background-color css
<style>
a { background-color: #C5685C; }
a { background-color: rgb(197,104,92); }
div.DivClassName
{
background-color: #C5685C;
}
.BgClassName
{
background-color: #C5685C;
}
</style>
border-color css
<style>
span { border-color: #C5685C; }
span { border-color: rgb(197,104,92); }
td.TdClassName
{
border-color: #C5685C;
}
.TagClassName
{
border-color: #C5685C;
}
</style>