Shades of Sunglo #C56450
Tints of Sunglo #C56450
RGB
CMYK
RGB Variations
Color information
#C56450 (or 0xC56450) is known color: Sunglo. HEX triplet: C5, 64 and 50. RGB value is (197,100,80). Sum of RGB (Red+Green+Blue) = 197+100+80=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C56450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56450 is #3A9BAF. Grayscale: #7E7E7E. Windows color (decimal): -3840944 or 5268677. OLE color: 5268677.
HSL color Cylindrical-coordinate representation of color #C56450: hue angle of 10.26º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C56450 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 80 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.23 |
| HSL | 10.26º | 0.5% | 0.54% | - |
| HSV(B) | 10.26º | 0.59% | 0.77% | - |
| XYZ | 29.03 | 21.56 | 10.22 | - |
| YUV | 126.72 | 101.64 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 80 | 0 | 0.49 | 0.59 | 0.23 | 10.26 | 0.5 | 0.54 |
| Hex | C5 | 64 | 50 | 0 | 31 | 3B | 17 | A | 32 | 36 |
| Octal | 305 | 144 | 120 | 0 | 61 | 73 | 27 | 12 | 62 | 66 |
| Binary | 11000101 | 1100100 | 1010000 | 0 | 110001 | 111011 | 10111 | 1010 | 110010 | 110110 |
Color Harmonies of #C56450
Complementary color
Monochromatic Colors of #C56450
Black with #C56450
Text Example
Text Example
White with #C56450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56450; }
p { color: rgb(197,100,80); }
H1.HeaderClassName
{
color: #C56450;
}
.AnyTagClassName
{
color: #C56450;
}
</style>
background-color css
<style>
a { background-color: #C56450; }
a { background-color: rgb(197,100,80); }
div.DivClassName
{
background-color: #C56450;
}
.BgClassName
{
background-color: #C56450;
}
</style>
border-color css
<style>
span { border-color: #C56450; }
span { border-color: rgb(197,100,80); }
td.TdClassName
{
border-color: #C56450;
}
.TagClassName
{
border-color: #C56450;
}
</style>