Shades of Sunglo #C46756
Tints of Sunglo #C46756
RGB
CMYK
RGB Variations
Color information
#C46756 (or 0xC46756) is known color: Sunglo. HEX triplet: C4, 67 and 56. RGB value is (196,103,86). Sum of RGB (Red+Green+Blue) = 196+103+86=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C46756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46756 is #3B98A9. Grayscale: #818181. Windows color (decimal): -3905706 or 5662660. OLE color: 5662660.
HSL color Cylindrical-coordinate representation of color #C46756: hue angle of 9.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C46756 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 86 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.23 |
| HSL | 9.27º | 0.48% | 0.55% | - |
| HSV(B) | 9.27º | 0.56% | 0.77% | - |
| XYZ | 29.29 | 22.11 | 11.53 | - |
| YUV | 128.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 86 | 0 | 0.47 | 0.56 | 0.23 | 9.27 | 0.48 | 0.55 |
| Hex | C4 | 67 | 56 | 0 | 2F | 38 | 17 | 9 | 30 | 37 |
| Octal | 304 | 147 | 126 | 0 | 57 | 70 | 27 | 11 | 60 | 67 |
| Binary | 11000100 | 1100111 | 1010110 | 0 | 101111 | 111000 | 10111 | 1001 | 110000 | 110111 |
Color Harmonies of #C46756
Complementary color
Monochromatic Colors of #C46756
Black with #C46756
Text Example
Text Example
White with #C46756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46756; }
p { color: rgb(196,103,86); }
H1.HeaderClassName
{
color: #C46756;
}
.AnyTagClassName
{
color: #C46756;
}
</style>
background-color css
<style>
a { background-color: #C46756; }
a { background-color: rgb(196,103,86); }
div.DivClassName
{
background-color: #C46756;
}
.BgClassName
{
background-color: #C46756;
}
</style>
border-color css
<style>
span { border-color: #C46756; }
span { border-color: rgb(196,103,86); }
td.TdClassName
{
border-color: #C46756;
}
.TagClassName
{
border-color: #C46756;
}
</style>