Shades of Sunglo #C46253
Tints of Sunglo #C46253
RGB
CMYK
RGB Variations
Color information
#C46253 (or 0xC46253) is known color: Sunglo. HEX triplet: C4, 62 and 53. RGB value is (196,98,83). Sum of RGB (Red+Green+Blue) = 196+98+83=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C46253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46253 is #3B9DAC. Grayscale: #7D7D7D. Windows color (decimal): -3906989 or 5464772. OLE color: 5464772.
HSL color Cylindrical-coordinate representation of color #C46253: hue angle of 7.96º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C46253 is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 83 | - |
| CMYK | 0 | 0.5 | 0.58 | 0.23 |
| HSL | 7.96º | 0.49% | 0.55% | - |
| HSV(B) | 7.96º | 0.58% | 0.77% | - |
| XYZ | 28.69 | 21.1 | 10.74 | - |
| YUV | 125.59 | 103.97 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 83 | 0 | 0.5 | 0.58 | 0.23 | 7.96 | 0.49 | 0.55 |
| Hex | C4 | 62 | 53 | 0 | 32 | 3A | 17 | 8 | 31 | 37 |
| Octal | 304 | 142 | 123 | 0 | 62 | 72 | 27 | 10 | 61 | 67 |
| Binary | 11000100 | 1100010 | 1010011 | 0 | 110010 | 111010 | 10111 | 1000 | 110001 | 110111 |
Color Harmonies of #C46253
Complementary color
Monochromatic Colors of #C46253
Black with #C46253
Text Example
Text Example
White with #C46253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46253; }
p { color: rgb(196,98,83); }
H1.HeaderClassName
{
color: #C46253;
}
.AnyTagClassName
{
color: #C46253;
}
</style>
background-color css
<style>
a { background-color: #C46253; }
a { background-color: rgb(196,98,83); }
div.DivClassName
{
background-color: #C46253;
}
.BgClassName
{
background-color: #C46253;
}
</style>
border-color css
<style>
span { border-color: #C46253; }
span { border-color: rgb(196,98,83); }
td.TdClassName
{
border-color: #C46253;
}
.TagClassName
{
border-color: #C46253;
}
</style>