Shades of Flame Pea #C36246
Tints of Flame Pea #C36246
RGB
CMYK
RGB Variations
Color information
#C36246 (or 0xC36246) is known color: Flame Pea. HEX triplet: C3, 62 and 46. RGB value is (195,98,70). Sum of RGB (Red+Green+Blue) = 195+98+70=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C36246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36246 is #3C9DB9. Grayscale: #7C7C7C. Windows color (decimal): -3972538 or 4612803. OLE color: 4612803.
HSL color Cylindrical-coordinate representation of color #C36246: hue angle of 13.44º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C36246 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 70 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.24 |
| HSL | 13.44º | 0.51% | 0.52% | - |
| HSV(B) | 13.44º | 0.64% | 0.76% | - |
| XYZ | 27.98 | 20.78 | 8.33 | - |
| YUV | 123.81 | 97.64 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 70 | 0 | 0.50 | 0.64 | 0.24 | 13.44 | 0.51 | 0.52 |
| Hex | C3 | 62 | 46 | 0 | 32 | 40 | 18 | D | 33 | 34 |
| Octal | 303 | 142 | 106 | 0 | 62 | 100 | 30 | 15 | 63 | 64 |
| Binary | 11000011 | 1100010 | 1000110 | 0 | 110010 | 1000000 | 11000 | 1101 | 110011 | 110100 |
Color Harmonies of #C36246
Complementary color
Monochromatic Colors of #C36246
Black with #C36246
Text Example
Text Example
White with #C36246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36246; }
p { color: rgb(195,98,70); }
H1.HeaderClassName
{
color: #C36246;
}
.AnyTagClassName
{
color: #C36246;
}
</style>
background-color css
<style>
a { background-color: #C36246; }
a { background-color: rgb(195,98,70); }
div.DivClassName
{
background-color: #C36246;
}
.BgClassName
{
background-color: #C36246;
}
</style>
border-color css
<style>
span { border-color: #C36246; }
span { border-color: rgb(195,98,70); }
td.TdClassName
{
border-color: #C36246;
}
.TagClassName
{
border-color: #C36246;
}
</style>