Shades of Sunglo #C46559
Tints of Sunglo #C46559
RGB
CMYK
RGB Variations
Color information
#C46559 (or 0xC46559) is known color: Sunglo. HEX triplet: C4, 65 and 59. RGB value is (196,101,89). Sum of RGB (Red+Green+Blue) = 196+101+89=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C46559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46559 is #3B9AA6. Grayscale: #808080. Windows color (decimal): -3906215 or 5858756. OLE color: 5858756.
HSL color Cylindrical-coordinate representation of color #C46559: hue angle of 6.73º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C46559 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 89 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.23 |
| HSL | 6.73º | 0.48% | 0.56% | - |
| HSV(B) | 6.73º | 0.55% | 0.77% | - |
| XYZ | 29.22 | 21.76 | 12.11 | - |
| YUV | 128.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 89 | 0 | 0.48 | 0.55 | 0.23 | 6.73 | 0.48 | 0.56 |
| Hex | C4 | 65 | 59 | 0 | 30 | 37 | 17 | 7 | 30 | 38 |
| Octal | 304 | 145 | 131 | 0 | 60 | 67 | 27 | 7 | 60 | 70 |
| Binary | 11000100 | 1100101 | 1011001 | 0 | 110000 | 110111 | 10111 | 111 | 110000 | 111000 |
Color Harmonies of #C46559
Complementary color
Monochromatic Colors of #C46559
Black with #C46559
Text Example
Text Example
White with #C46559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46559; }
p { color: rgb(196,101,89); }
H1.HeaderClassName
{
color: #C46559;
}
.AnyTagClassName
{
color: #C46559;
}
</style>
background-color css
<style>
a { background-color: #C46559; }
a { background-color: rgb(196,101,89); }
div.DivClassName
{
background-color: #C46559;
}
.BgClassName
{
background-color: #C46559;
}
</style>
border-color css
<style>
span { border-color: #C46559; }
span { border-color: rgb(196,101,89); }
td.TdClassName
{
border-color: #C46559;
}
.TagClassName
{
border-color: #C46559;
}
</style>