Shades of Sunglo #C5644D
Tints of Sunglo #C5644D
RGB
CMYK
RGB Variations
Color information
#C5644D (or 0xC5644D) is known color: Sunglo. HEX triplet: C5, 64 and 4D. RGB value is (197,100,77). Sum of RGB (Red+Green+Blue) = 197+100+77=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5644D is #3A9BB2. Grayscale: #7E7E7E. Windows color (decimal): -3840947 or 5072069. OLE color: 5072069.
HSL color Cylindrical-coordinate representation of color #C5644D: hue angle of 11.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 #C5644D is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 77 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.23 |
| HSL | 11.5º | 0.51% | 0.54% | - |
| HSV(B) | 11.5º | 0.61% | 0.77% | - |
| XYZ | 28.92 | 21.52 | 9.65 | - |
| YUV | 126.38 | 100.14 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 77 | 0 | 0.49 | 0.61 | 0.23 | 11.5 | 0.51 | 0.54 |
| Hex | C5 | 64 | 4D | 0 | 31 | 3D | 17 | C | 33 | 36 |
| Octal | 305 | 144 | 115 | 0 | 61 | 75 | 27 | 14 | 63 | 66 |
| Binary | 11000101 | 1100100 | 1001101 | 0 | 110001 | 111101 | 10111 | 1100 | 110011 | 110110 |
Color Harmonies of #C5644D
Complementary color
Monochromatic Colors of #C5644D
Black with #C5644D
Text Example
Text Example
White with #C5644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5644D; }
p { color: rgb(197,100,77); }
H1.HeaderClassName
{
color: #C5644D;
}
.AnyTagClassName
{
color: #C5644D;
}
</style>
background-color css
<style>
a { background-color: #C5644D; }
a { background-color: rgb(197,100,77); }
div.DivClassName
{
background-color: #C5644D;
}
.BgClassName
{
background-color: #C5644D;
}
</style>
border-color css
<style>
span { border-color: #C5644D; }
span { border-color: rgb(197,100,77); }
td.TdClassName
{
border-color: #C5644D;
}
.TagClassName
{
border-color: #C5644D;
}
</style>