Shades of Sunglo #C5604E
Tints of Sunglo #C5604E
RGB
CMYK
RGB Variations
Color information
#C5604E (or 0xC5604E) is known color: Sunglo. HEX triplet: C5, 60 and 4E. RGB value is (197,96,78). Sum of RGB (Red+Green+Blue) = 197+96+78=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5604E is #3A9FB1. Grayscale: #7C7C7C. Windows color (decimal): -3841970 or 5136581. OLE color: 5136581.
HSL color Cylindrical-coordinate representation of color #C5604E: hue angle of 9.08º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5604E is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 78 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.23 |
| HSL | 9.08º | 0.51% | 0.54% | - |
| HSV(B) | 9.08º | 0.6% | 0.77% | - |
| XYZ | 28.58 | 20.79 | 9.71 | - |
| YUV | 124.15 | 101.96 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 78 | 0 | 0.51 | 0.60 | 0.23 | 9.08 | 0.51 | 0.54 |
| Hex | C5 | 60 | 4E | 0 | 33 | 3C | 17 | 9 | 33 | 36 |
| Octal | 305 | 140 | 116 | 0 | 63 | 74 | 27 | 11 | 63 | 66 |
| Binary | 11000101 | 1100000 | 1001110 | 0 | 110011 | 111100 | 10111 | 1001 | 110011 | 110110 |
Color Harmonies of #C5604E
Complementary color
Monochromatic Colors of #C5604E
Black with #C5604E
Text Example
Text Example
White with #C5604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5604E; }
p { color: rgb(197,96,78); }
H1.HeaderClassName
{
color: #C5604E;
}
.AnyTagClassName
{
color: #C5604E;
}
</style>
background-color css
<style>
a { background-color: #C5604E; }
a { background-color: rgb(197,96,78); }
div.DivClassName
{
background-color: #C5604E;
}
.BgClassName
{
background-color: #C5604E;
}
</style>
border-color css
<style>
span { border-color: #C5604E; }
span { border-color: rgb(197,96,78); }
td.TdClassName
{
border-color: #C5604E;
}
.TagClassName
{
border-color: #C5604E;
}
</style>