Shades of Flame Pea #C56349
Tints of Flame Pea #C56349
RGB
CMYK
RGB Variations
Color information
#C56349 (or 0xC56349) is known color: Flame Pea. HEX triplet: C5, 63 and 49. RGB value is (197,99,73). Sum of RGB (Red+Green+Blue) = 197+99+73=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C56349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56349 is #3A9CB6. Grayscale: #7D7D7D. Windows color (decimal): -3841207 or 4809669. OLE color: 4809669.
HSL color Cylindrical-coordinate representation of color #C56349: hue angle of 12.58º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C56349 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 73 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.23 |
| HSL | 12.58º | 0.52% | 0.53% | - |
| HSV(B) | 12.58º | 0.63% | 0.77% | - |
| XYZ | 28.69 | 21.28 | 8.9 | - |
| YUV | 125.34 | 98.47 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 73 | 0 | 0.50 | 0.63 | 0.23 | 12.58 | 0.52 | 0.53 |
| Hex | C5 | 63 | 49 | 0 | 32 | 3F | 17 | D | 34 | 35 |
| Octal | 305 | 143 | 111 | 0 | 62 | 77 | 27 | 15 | 64 | 65 |
| Binary | 11000101 | 1100011 | 1001001 | 0 | 110010 | 111111 | 10111 | 1101 | 110100 | 110101 |
Color Harmonies of #C56349
Complementary color
Monochromatic Colors of #C56349
Black with #C56349
Text Example
Text Example
White with #C56349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56349; }
p { color: rgb(197,99,73); }
H1.HeaderClassName
{
color: #C56349;
}
.AnyTagClassName
{
color: #C56349;
}
</style>
background-color css
<style>
a { background-color: #C56349; }
a { background-color: rgb(197,99,73); }
div.DivClassName
{
background-color: #C56349;
}
.BgClassName
{
background-color: #C56349;
}
</style>
border-color css
<style>
span { border-color: #C56349; }
span { border-color: rgb(197,99,73); }
td.TdClassName
{
border-color: #C56349;
}
.TagClassName
{
border-color: #C56349;
}
</style>