Shades of Sunglo #C46456
Tints of Sunglo #C46456
RGB
CMYK
RGB Variations
Color information
#C46456 (or 0xC46456) is known color: Sunglo. HEX triplet: C4, 64 and 56. RGB value is (196,100,86). Sum of RGB (Red+Green+Blue) = 196+100+86=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C46456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46456 is #3B9BA9. Grayscale: #7F7F7F. Windows color (decimal): -3906474 or 5661892. OLE color: 5661892.
HSL color Cylindrical-coordinate representation of color #C46456: hue angle of 7.64º 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 #C46456 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 100 | 86 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.23 |
| HSL | 7.64º | 0.48% | 0.55% | - |
| HSV(B) | 7.64º | 0.56% | 0.77% | - |
| XYZ | 29 | 21.52 | 11.43 | - |
| YUV | 127.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 86 | 0 | 0.49 | 0.56 | 0.23 | 7.64 | 0.48 | 0.55 |
| Hex | C4 | 64 | 56 | 0 | 31 | 38 | 17 | 8 | 30 | 37 |
| Octal | 304 | 144 | 126 | 0 | 61 | 70 | 27 | 10 | 60 | 67 |
| Binary | 11000100 | 1100100 | 1010110 | 0 | 110001 | 111000 | 10111 | 1000 | 110000 | 110111 |
Color Harmonies of #C46456
Complementary color
Monochromatic Colors of #C46456
Black with #C46456
Text Example
Text Example
White with #C46456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46456; }
p { color: rgb(196,100,86); }
H1.HeaderClassName
{
color: #C46456;
}
.AnyTagClassName
{
color: #C46456;
}
</style>
background-color css
<style>
a { background-color: #C46456; }
a { background-color: rgb(196,100,86); }
div.DivClassName
{
background-color: #C46456;
}
.BgClassName
{
background-color: #C46456;
}
</style>
border-color css
<style>
span { border-color: #C46456; }
span { border-color: rgb(196,100,86); }
td.TdClassName
{
border-color: #C46456;
}
.TagClassName
{
border-color: #C46456;
}
</style>