Shades of Flame Pea #C36249
Tints of Flame Pea #C36249
RGB
CMYK
RGB Variations
Color information
#C36249 (or 0xC36249) is known color: Flame Pea. HEX triplet: C3, 62 and 49. RGB value is (195,98,73). Sum of RGB (Red+Green+Blue) = 195+98+73=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C36249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36249 is #3C9DB6. Grayscale: #7C7C7C. Windows color (decimal): -3972535 or 4809411. OLE color: 4809411.
HSL color Cylindrical-coordinate representation of color #C36249: hue angle of 12.3º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C36249 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 73 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.24 |
| HSL | 12.3º | 0.5% | 0.53% | - |
| HSV(B) | 12.3º | 0.63% | 0.76% | - |
| XYZ | 28.08 | 20.82 | 8.84 | - |
| YUV | 124.15 | 99.14 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 73 | 0 | 0.50 | 0.63 | 0.24 | 12.3 | 0.5 | 0.53 |
| Hex | C3 | 62 | 49 | 0 | 32 | 3F | 18 | C | 32 | 35 |
| Octal | 303 | 142 | 111 | 0 | 62 | 77 | 30 | 14 | 62 | 65 |
| Binary | 11000011 | 1100010 | 1001001 | 0 | 110010 | 111111 | 11000 | 1100 | 110010 | 110101 |
Color Harmonies of #C36249
Complementary color
Monochromatic Colors of #C36249
Black with #C36249
Text Example
Text Example
White with #C36249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36249; }
p { color: rgb(195,98,73); }
H1.HeaderClassName
{
color: #C36249;
}
.AnyTagClassName
{
color: #C36249;
}
</style>
background-color css
<style>
a { background-color: #C36249; }
a { background-color: rgb(195,98,73); }
div.DivClassName
{
background-color: #C36249;
}
.BgClassName
{
background-color: #C36249;
}
</style>
border-color css
<style>
span { border-color: #C36249; }
span { border-color: rgb(195,98,73); }
td.TdClassName
{
border-color: #C36249;
}
.TagClassName
{
border-color: #C36249;
}
</style>