Shades of Sunglo #C46558
Tints of Sunglo #C46558
RGB
CMYK
RGB Variations
Color information
#C46558 (or 0xC46558) is known color: Sunglo. HEX triplet: C4, 65 and 58. RGB value is (196,101,88). Sum of RGB (Red+Green+Blue) = 196+101+88=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C46558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46558 is #3B9AA7. Grayscale: #808080. Windows color (decimal): -3906216 or 5793220. OLE color: 5793220.
HSL color Cylindrical-coordinate representation of color #C46558: hue angle of 7.22º 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 #C46558 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 88 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.23 |
| HSL | 7.22º | 0.48% | 0.56% | - |
| HSV(B) | 7.22º | 0.55% | 0.77% | - |
| XYZ | 29.18 | 21.75 | 11.89 | - |
| YUV | 127.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 88 | 0 | 0.48 | 0.55 | 0.23 | 7.22 | 0.48 | 0.56 |
| Hex | C4 | 65 | 58 | 0 | 30 | 37 | 17 | 7 | 30 | 38 |
| Octal | 304 | 145 | 130 | 0 | 60 | 67 | 27 | 7 | 60 | 70 |
| Binary | 11000100 | 1100101 | 1011000 | 0 | 110000 | 110111 | 10111 | 111 | 110000 | 111000 |
Color Harmonies of #C46558
Complementary color
Monochromatic Colors of #C46558
Black with #C46558
Text Example
Text Example
White with #C46558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46558; }
p { color: rgb(196,101,88); }
H1.HeaderClassName
{
color: #C46558;
}
.AnyTagClassName
{
color: #C46558;
}
</style>
background-color css
<style>
a { background-color: #C46558; }
a { background-color: rgb(196,101,88); }
div.DivClassName
{
background-color: #C46558;
}
.BgClassName
{
background-color: #C46558;
}
</style>
border-color css
<style>
span { border-color: #C46558; }
span { border-color: rgb(196,101,88); }
td.TdClassName
{
border-color: #C46558;
}
.TagClassName
{
border-color: #C46558;
}
</style>