Shades of Flame Pea #C36248
Tints of Flame Pea #C36248
RGB
CMYK
RGB Variations
Color information
#C36248 (or 0xC36248) is known color: Flame Pea. HEX triplet: C3, 62 and 48. RGB value is (195,98,72). Sum of RGB (Red+Green+Blue) = 195+98+72=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C36248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36248 is #3C9DB7. Grayscale: #7C7C7C. Windows color (decimal): -3972536 or 4743875. OLE color: 4743875.
HSL color Cylindrical-coordinate representation of color #C36248: hue angle of 12.68º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C36248 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 72 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.24 |
| HSL | 12.68º | 0.51% | 0.52% | - |
| HSV(B) | 12.68º | 0.63% | 0.76% | - |
| XYZ | 28.04 | 20.81 | 8.67 | - |
| YUV | 124.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 72 | 0 | 0.50 | 0.63 | 0.24 | 12.68 | 0.51 | 0.52 |
| Hex | C3 | 62 | 48 | 0 | 32 | 3F | 18 | D | 33 | 34 |
| Octal | 303 | 142 | 110 | 0 | 62 | 77 | 30 | 15 | 63 | 64 |
| Binary | 11000011 | 1100010 | 1001000 | 0 | 110010 | 111111 | 11000 | 1101 | 110011 | 110100 |
Color Harmonies of #C36248
Complementary color
Monochromatic Colors of #C36248
Black with #C36248
Text Example
Text Example
White with #C36248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36248; }
p { color: rgb(195,98,72); }
H1.HeaderClassName
{
color: #C36248;
}
.AnyTagClassName
{
color: #C36248;
}
</style>
background-color css
<style>
a { background-color: #C36248; }
a { background-color: rgb(195,98,72); }
div.DivClassName
{
background-color: #C36248;
}
.BgClassName
{
background-color: #C36248;
}
</style>
border-color css
<style>
span { border-color: #C36248; }
span { border-color: rgb(195,98,72); }
td.TdClassName
{
border-color: #C36248;
}
.TagClassName
{
border-color: #C36248;
}
</style>