Shades of Sunglo #C5624D
Tints of Sunglo #C5624D
RGB
CMYK
RGB Variations
Color information
#C5624D (or 0xC5624D) is known color: Sunglo. HEX triplet: C5, 62 and 4D. RGB value is (197,98,77). Sum of RGB (Red+Green+Blue) = 197+98+77=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5624D is #3A9DB2. Grayscale: #7D7D7D. Windows color (decimal): -3841459 or 5071557. OLE color: 5071557.
HSL color Cylindrical-coordinate representation of color #C5624D: hue angle of 10.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5624D is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 77 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.23 |
| HSL | 10.5º | 0.51% | 0.54% | - |
| HSV(B) | 10.5º | 0.61% | 0.77% | - |
| XYZ | 28.73 | 21.14 | 9.59 | - |
| YUV | 125.21 | 100.8 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 77 | 0 | 0.50 | 0.61 | 0.23 | 10.5 | 0.51 | 0.54 |
| Hex | C5 | 62 | 4D | 0 | 32 | 3D | 17 | A | 33 | 36 |
| Octal | 305 | 142 | 115 | 0 | 62 | 75 | 27 | 12 | 63 | 66 |
| Binary | 11000101 | 1100010 | 1001101 | 0 | 110010 | 111101 | 10111 | 1010 | 110011 | 110110 |
Color Harmonies of #C5624D
Complementary color
Monochromatic Colors of #C5624D
Black with #C5624D
Text Example
Text Example
White with #C5624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5624D; }
p { color: rgb(197,98,77); }
H1.HeaderClassName
{
color: #C5624D;
}
.AnyTagClassName
{
color: #C5624D;
}
</style>
background-color css
<style>
a { background-color: #C5624D; }
a { background-color: rgb(197,98,77); }
div.DivClassName
{
background-color: #C5624D;
}
.BgClassName
{
background-color: #C5624D;
}
</style>
border-color css
<style>
span { border-color: #C5624D; }
span { border-color: rgb(197,98,77); }
td.TdClassName
{
border-color: #C5624D;
}
.TagClassName
{
border-color: #C5624D;
}
</style>