Shades of Sunglo #C46059
Tints of Sunglo #C46059
RGB
CMYK
RGB Variations
Color information
#C46059 (or 0xC46059) is known color: Sunglo. HEX triplet: C4, 60 and 59. RGB value is (196,96,89). Sum of RGB (Red+Green+Blue) = 196+96+89=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C46059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46059 is #3B9FA6. Grayscale: #7D7D7D. Windows color (decimal): -3907495 or 5857476. OLE color: 5857476.
HSL color Cylindrical-coordinate representation of color #C46059: hue angle of 3.93º 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 #C46059 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 89 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.23 |
| HSL | 3.93º | 0.48% | 0.56% | - |
| HSV(B) | 3.93º | 0.55% | 0.77% | - |
| XYZ | 28.75 | 20.82 | 11.96 | - |
| YUV | 125.1 | 107.63 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 89 | 0 | 0.51 | 0.55 | 0.23 | 3.93 | 0.48 | 0.56 |
| Hex | C4 | 60 | 59 | 0 | 33 | 37 | 17 | 4 | 30 | 38 |
| Octal | 304 | 140 | 131 | 0 | 63 | 67 | 27 | 4 | 60 | 70 |
| Binary | 11000100 | 1100000 | 1011001 | 0 | 110011 | 110111 | 10111 | 100 | 110000 | 111000 |
Color Harmonies of #C46059
Complementary color
Monochromatic Colors of #C46059
Black with #C46059
Text Example
Text Example
White with #C46059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46059; }
p { color: rgb(196,96,89); }
H1.HeaderClassName
{
color: #C46059;
}
.AnyTagClassName
{
color: #C46059;
}
</style>
background-color css
<style>
a { background-color: #C46059; }
a { background-color: rgb(196,96,89); }
div.DivClassName
{
background-color: #C46059;
}
.BgClassName
{
background-color: #C46059;
}
</style>
border-color css
<style>
span { border-color: #C46059; }
span { border-color: rgb(196,96,89); }
td.TdClassName
{
border-color: #C46059;
}
.TagClassName
{
border-color: #C46059;
}
</style>