Shades of Flame Pea #C36347
Tints of Flame Pea #C36347
RGB
CMYK
RGB Variations
Color information
#C36347 (or 0xC36347) is known color: Flame Pea. HEX triplet: C3, 63 and 47. RGB value is (195,99,71). Sum of RGB (Red+Green+Blue) = 195+99+71=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C36347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36347 is #3C9CB8. Grayscale: #7C7C7C. Windows color (decimal): -3972281 or 4678595. OLE color: 4678595.
HSL color Cylindrical-coordinate representation of color #C36347: hue angle of 13.55º 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 #C36347 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 71 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.24 |
| HSL | 13.55º | 0.51% | 0.52% | - |
| HSV(B) | 13.55º | 0.64% | 0.76% | - |
| XYZ | 28.1 | 20.98 | 8.53 | - |
| YUV | 124.51 | 97.8 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 71 | 0 | 0.49 | 0.64 | 0.24 | 13.55 | 0.51 | 0.52 |
| Hex | C3 | 63 | 47 | 0 | 31 | 40 | 18 | E | 33 | 34 |
| Octal | 303 | 143 | 107 | 0 | 61 | 100 | 30 | 16 | 63 | 64 |
| Binary | 11000011 | 1100011 | 1000111 | 0 | 110001 | 1000000 | 11000 | 1110 | 110011 | 110100 |
Color Harmonies of #C36347
Complementary color
Monochromatic Colors of #C36347
Black with #C36347
Text Example
Text Example
White with #C36347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36347; }
p { color: rgb(195,99,71); }
H1.HeaderClassName
{
color: #C36347;
}
.AnyTagClassName
{
color: #C36347;
}
</style>
background-color css
<style>
a { background-color: #C36347; }
a { background-color: rgb(195,99,71); }
div.DivClassName
{
background-color: #C36347;
}
.BgClassName
{
background-color: #C36347;
}
</style>
border-color css
<style>
span { border-color: #C36347; }
span { border-color: rgb(195,99,71); }
td.TdClassName
{
border-color: #C36347;
}
.TagClassName
{
border-color: #C36347;
}
</style>