Shades of Flame Pea #C36449
Tints of Flame Pea #C36449
RGB
CMYK
RGB Variations
Color information
#C36449 (or 0xC36449) is known color: Flame Pea. HEX triplet: C3, 64 and 49. RGB value is (195,100,73). Sum of RGB (Red+Green+Blue) = 195+100+73=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C36449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36449 is #3C9BB6. Grayscale: #7D7D7D. Windows color (decimal): -3972023 or 4809923. OLE color: 4809923.
HSL color Cylindrical-coordinate representation of color #C36449: hue angle of 13.28º 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 #C36449 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 73 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.24 |
| HSL | 13.28º | 0.5% | 0.53% | - |
| HSV(B) | 13.28º | 0.63% | 0.76% | - |
| XYZ | 28.27 | 21.2 | 8.91 | - |
| YUV | 125.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 73 | 0 | 0.49 | 0.63 | 0.24 | 13.28 | 0.5 | 0.53 |
| Hex | C3 | 64 | 49 | 0 | 31 | 3F | 18 | D | 32 | 35 |
| Octal | 303 | 144 | 111 | 0 | 61 | 77 | 30 | 15 | 62 | 65 |
| Binary | 11000011 | 1100100 | 1001001 | 0 | 110001 | 111111 | 11000 | 1101 | 110010 | 110101 |
Color Harmonies of #C36449
Complementary color
Monochromatic Colors of #C36449
Black with #C36449
Text Example
Text Example
White with #C36449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36449; }
p { color: rgb(195,100,73); }
H1.HeaderClassName
{
color: #C36449;
}
.AnyTagClassName
{
color: #C36449;
}
</style>
background-color css
<style>
a { background-color: #C36449; }
a { background-color: rgb(195,100,73); }
div.DivClassName
{
background-color: #C36449;
}
.BgClassName
{
background-color: #C36449;
}
</style>
border-color css
<style>
span { border-color: #C36449; }
span { border-color: rgb(195,100,73); }
td.TdClassName
{
border-color: #C36449;
}
.TagClassName
{
border-color: #C36449;
}
</style>