Shades of Sunglo #C46656
Tints of Sunglo #C46656
RGB
CMYK
RGB Variations
Color information
#C46656 (or 0xC46656) is known color: Sunglo. HEX triplet: C4, 66 and 56. RGB value is (196,102,86). Sum of RGB (Red+Green+Blue) = 196+102+86=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C46656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46656 is #3B99A9. Grayscale: #808080. Windows color (decimal): -3905962 or 5662404. OLE color: 5662404.
HSL color Cylindrical-coordinate representation of color #C46656: hue angle of 8.73º 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 #C46656 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 86 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.23 |
| HSL | 8.73º | 0.48% | 0.55% | - |
| HSV(B) | 8.73º | 0.56% | 0.77% | - |
| XYZ | 29.2 | 21.91 | 11.49 | - |
| YUV | 128.28 | 104.14 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 86 | 0 | 0.48 | 0.56 | 0.23 | 8.73 | 0.48 | 0.55 |
| Hex | C4 | 66 | 56 | 0 | 30 | 38 | 17 | 9 | 30 | 37 |
| Octal | 304 | 146 | 126 | 0 | 60 | 70 | 27 | 11 | 60 | 67 |
| Binary | 11000100 | 1100110 | 1010110 | 0 | 110000 | 111000 | 10111 | 1001 | 110000 | 110111 |
Color Harmonies of #C46656
Complementary color
Monochromatic Colors of #C46656
Black with #C46656
Text Example
Text Example
White with #C46656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46656; }
p { color: rgb(196,102,86); }
H1.HeaderClassName
{
color: #C46656;
}
.AnyTagClassName
{
color: #C46656;
}
</style>
background-color css
<style>
a { background-color: #C46656; }
a { background-color: rgb(196,102,86); }
div.DivClassName
{
background-color: #C46656;
}
.BgClassName
{
background-color: #C46656;
}
</style>
border-color css
<style>
span { border-color: #C46656; }
span { border-color: rgb(196,102,86); }
td.TdClassName
{
border-color: #C46656;
}
.TagClassName
{
border-color: #C46656;
}
</style>