Shades of Sunglo #C46254
Tints of Sunglo #C46254
RGB
CMYK
RGB Variations
Color information
#C46254 (or 0xC46254) is known color: Sunglo. HEX triplet: C4, 62 and 54. RGB value is (196,98,84). Sum of RGB (Red+Green+Blue) = 196+98+84=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C46254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46254 is #3B9DAB. Grayscale: #7D7D7D. Windows color (decimal): -3906988 or 5530308. OLE color: 5530308.
HSL color Cylindrical-coordinate representation of color #C46254: hue angle of 7.5º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C46254 is Cyan = 0, Magento = 0.5, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 84 | - |
| CMYK | 0 | 0.5 | 0.57 | 0.23 |
| HSL | 7.5º | 0.49% | 0.55% | - |
| HSV(B) | 7.5º | 0.57% | 0.77% | - |
| XYZ | 28.73 | 21.11 | 10.95 | - |
| YUV | 125.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 84 | 0 | 0.5 | 0.57 | 0.23 | 7.5 | 0.49 | 0.55 |
| Hex | C4 | 62 | 54 | 0 | 32 | 39 | 17 | 8 | 31 | 37 |
| Octal | 304 | 142 | 124 | 0 | 62 | 71 | 27 | 10 | 61 | 67 |
| Binary | 11000100 | 1100010 | 1010100 | 0 | 110010 | 111001 | 10111 | 1000 | 110001 | 110111 |
Color Harmonies of #C46254
Complementary color
Monochromatic Colors of #C46254
Black with #C46254
Text Example
Text Example
White with #C46254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46254; }
p { color: rgb(196,98,84); }
H1.HeaderClassName
{
color: #C46254;
}
.AnyTagClassName
{
color: #C46254;
}
</style>
background-color css
<style>
a { background-color: #C46254; }
a { background-color: rgb(196,98,84); }
div.DivClassName
{
background-color: #C46254;
}
.BgClassName
{
background-color: #C46254;
}
</style>
border-color css
<style>
span { border-color: #C46254; }
span { border-color: rgb(196,98,84); }
td.TdClassName
{
border-color: #C46254;
}
.TagClassName
{
border-color: #C46254;
}
</style>