Shades of Flame Pea #C56345
Tints of Flame Pea #C56345
RGB
CMYK
RGB Variations
Color information
#C56345 (or 0xC56345) is known color: Flame Pea. HEX triplet: C5, 63 and 45. RGB value is (197,99,69). Sum of RGB (Red+Green+Blue) = 197+99+69=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C56345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56345 is #3A9CBA. Grayscale: #7D7D7D. Windows color (decimal): -3841211 or 4547525. OLE color: 4547525.
HSL color Cylindrical-coordinate representation of color #C56345: hue angle of 14.06º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C56345 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 69 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.23 |
| HSL | 14.06º | 0.52% | 0.52% | - |
| HSV(B) | 14.06º | 0.65% | 0.77% | - |
| XYZ | 28.56 | 21.22 | 8.22 | - |
| YUV | 124.88 | 96.47 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 69 | 0 | 0.50 | 0.65 | 0.23 | 14.06 | 0.52 | 0.52 |
| Hex | C5 | 63 | 45 | 0 | 32 | 41 | 17 | E | 34 | 34 |
| Octal | 305 | 143 | 105 | 0 | 62 | 101 | 27 | 16 | 64 | 64 |
| Binary | 11000101 | 1100011 | 1000101 | 0 | 110010 | 1000001 | 10111 | 1110 | 110100 | 110100 |
Color Harmonies of #C56345
Complementary color
Monochromatic Colors of #C56345
Black with #C56345
Text Example
Text Example
White with #C56345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56345; }
p { color: rgb(197,99,69); }
H1.HeaderClassName
{
color: #C56345;
}
.AnyTagClassName
{
color: #C56345;
}
</style>
background-color css
<style>
a { background-color: #C56345; }
a { background-color: rgb(197,99,69); }
div.DivClassName
{
background-color: #C56345;
}
.BgClassName
{
background-color: #C56345;
}
</style>
border-color css
<style>
span { border-color: #C56345; }
span { border-color: rgb(197,99,69); }
td.TdClassName
{
border-color: #C56345;
}
.TagClassName
{
border-color: #C56345;
}
</style>