Shades of Flame Pea #C56042
Tints of Flame Pea #C56042
RGB
CMYK
RGB Variations
Color information
#C56042 (or 0xC56042) is known color: Flame Pea. HEX triplet: C5, 60 and 42. RGB value is (197,96,66). Sum of RGB (Red+Green+Blue) = 197+96+66=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C56042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56042 is #3A9FBD. Grayscale: #7B7B7B. Windows color (decimal): -3841982 or 4350149. OLE color: 4350149.
HSL color Cylindrical-coordinate representation of color #C56042: hue angle of 13.74º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C56042 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 66 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.23 |
| HSL | 13.74º | 0.53% | 0.52% | - |
| HSV(B) | 13.74º | 0.66% | 0.77% | - |
| XYZ | 28.19 | 20.63 | 7.65 | - |
| YUV | 122.78 | 95.96 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 66 | 0 | 0.51 | 0.66 | 0.23 | 13.74 | 0.53 | 0.52 |
| Hex | C5 | 60 | 42 | 0 | 33 | 42 | 17 | E | 35 | 34 |
| Octal | 305 | 140 | 102 | 0 | 63 | 102 | 27 | 16 | 65 | 64 |
| Binary | 11000101 | 1100000 | 1000010 | 0 | 110011 | 1000010 | 10111 | 1110 | 110101 | 110100 |
Color Harmonies of #C56042
Complementary color
Monochromatic Colors of #C56042
Black with #C56042
Text Example
Text Example
White with #C56042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56042; }
p { color: rgb(197,96,66); }
H1.HeaderClassName
{
color: #C56042;
}
.AnyTagClassName
{
color: #C56042;
}
</style>
background-color css
<style>
a { background-color: #C56042; }
a { background-color: rgb(197,96,66); }
div.DivClassName
{
background-color: #C56042;
}
.BgClassName
{
background-color: #C56042;
}
</style>
border-color css
<style>
span { border-color: #C56042; }
span { border-color: rgb(197,96,66); }
td.TdClassName
{
border-color: #C56042;
}
.TagClassName
{
border-color: #C56042;
}
</style>