Shades of Sunglo #C46751
Tints of Sunglo #C46751
RGB
CMYK
RGB Variations
Color information
#C46751 (or 0xC46751) is known color: Sunglo. HEX triplet: C4, 67 and 51. RGB value is (196,103,81). Sum of RGB (Red+Green+Blue) = 196+103+81=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C46751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46751 is #3B98AE. Grayscale: #808080. Windows color (decimal): -3905711 or 5334980. OLE color: 5334980.
HSL color Cylindrical-coordinate representation of color #C46751: hue angle of 11.48º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C46751 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 81 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.23 |
| HSL | 11.48º | 0.49% | 0.54% | - |
| HSV(B) | 11.48º | 0.59% | 0.77% | - |
| XYZ | 29.1 | 22.03 | 10.5 | - |
| YUV | 128.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 81 | 0 | 0.47 | 0.59 | 0.23 | 11.48 | 0.49 | 0.54 |
| Hex | C4 | 67 | 51 | 0 | 2F | 3B | 17 | B | 31 | 36 |
| Octal | 304 | 147 | 121 | 0 | 57 | 73 | 27 | 13 | 61 | 66 |
| Binary | 11000100 | 1100111 | 1010001 | 0 | 101111 | 111011 | 10111 | 1011 | 110001 | 110110 |
Color Harmonies of #C46751
Complementary color
Monochromatic Colors of #C46751
Black with #C46751
Text Example
Text Example
White with #C46751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46751; }
p { color: rgb(196,103,81); }
H1.HeaderClassName
{
color: #C46751;
}
.AnyTagClassName
{
color: #C46751;
}
</style>
background-color css
<style>
a { background-color: #C46751; }
a { background-color: rgb(196,103,81); }
div.DivClassName
{
background-color: #C46751;
}
.BgClassName
{
background-color: #C46751;
}
</style>
border-color css
<style>
span { border-color: #C46751; }
span { border-color: rgb(196,103,81); }
td.TdClassName
{
border-color: #C46751;
}
.TagClassName
{
border-color: #C46751;
}
</style>