Shades of Sunglo #C5625B
Tints of Sunglo #C5625B
RGB
CMYK
RGB Variations
Color information
#C5625B (or 0xC5625B) is known color: Sunglo. HEX triplet: C5, 62 and 5B. RGB value is (197,98,91). Sum of RGB (Red+Green+Blue) = 197+98+91=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5625B is #3A9DA4. Grayscale: #7E7E7E. Windows color (decimal): -3841445 or 5989061. OLE color: 5989061.
HSL color Cylindrical-coordinate representation of color #C5625B: hue angle of 3.96º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5625B is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 91 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.23 |
| HSL | 3.96º | 0.48% | 0.56% | - |
| HSV(B) | 3.96º | 0.54% | 0.77% | - |
| XYZ | 29.28 | 21.36 | 12.48 | - |
| YUV | 126.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 91 | 0 | 0.50 | 0.54 | 0.23 | 3.96 | 0.48 | 0.56 |
| Hex | C5 | 62 | 5B | 0 | 32 | 36 | 17 | 4 | 30 | 38 |
| Octal | 305 | 142 | 133 | 0 | 62 | 66 | 27 | 4 | 60 | 70 |
| Binary | 11000101 | 1100010 | 1011011 | 0 | 110010 | 110110 | 10111 | 100 | 110000 | 111000 |
Color Harmonies of #C5625B
Complementary color
Monochromatic Colors of #C5625B
Black with #C5625B
Text Example
Text Example
White with #C5625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5625B; }
p { color: rgb(197,98,91); }
H1.HeaderClassName
{
color: #C5625B;
}
.AnyTagClassName
{
color: #C5625B;
}
</style>
background-color css
<style>
a { background-color: #C5625B; }
a { background-color: rgb(197,98,91); }
div.DivClassName
{
background-color: #C5625B;
}
.BgClassName
{
background-color: #C5625B;
}
</style>
border-color css
<style>
span { border-color: #C5625B; }
span { border-color: rgb(197,98,91); }
td.TdClassName
{
border-color: #C5625B;
}
.TagClassName
{
border-color: #C5625B;
}
</style>