Shades of Flame Pea #C36149
Tints of Flame Pea #C36149
RGB
CMYK
RGB Variations
Color information
#C36149 (or 0xC36149) is known color: Flame Pea. HEX triplet: C3, 61 and 49. RGB value is (195,97,73). Sum of RGB (Red+Green+Blue) = 195+97+73=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C36149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36149 is #3C9EB6. Grayscale: #7B7B7B. Windows color (decimal): -3972791 or 4809155. OLE color: 4809155.
HSL color Cylindrical-coordinate representation of color #C36149: hue angle of 11.8º 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 #C36149 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 73 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.24 |
| HSL | 11.8º | 0.5% | 0.53% | - |
| HSV(B) | 11.8º | 0.63% | 0.76% | - |
| XYZ | 27.98 | 20.63 | 8.81 | - |
| YUV | 123.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 73 | 0 | 0.50 | 0.63 | 0.24 | 11.8 | 0.5 | 0.53 |
| Hex | C3 | 61 | 49 | 0 | 32 | 3F | 18 | C | 32 | 35 |
| Octal | 303 | 141 | 111 | 0 | 62 | 77 | 30 | 14 | 62 | 65 |
| Binary | 11000011 | 1100001 | 1001001 | 0 | 110010 | 111111 | 11000 | 1100 | 110010 | 110101 |
Color Harmonies of #C36149
Complementary color
Monochromatic Colors of #C36149
Black with #C36149
Text Example
Text Example
White with #C36149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36149; }
p { color: rgb(195,97,73); }
H1.HeaderClassName
{
color: #C36149;
}
.AnyTagClassName
{
color: #C36149;
}
</style>
background-color css
<style>
a { background-color: #C36149; }
a { background-color: rgb(195,97,73); }
div.DivClassName
{
background-color: #C36149;
}
.BgClassName
{
background-color: #C36149;
}
</style>
border-color css
<style>
span { border-color: #C36149; }
span { border-color: rgb(195,97,73); }
td.TdClassName
{
border-color: #C36149;
}
.TagClassName
{
border-color: #C36149;
}
</style>