Shades of Flame Pea #C36148
Tints of Flame Pea #C36148
RGB
CMYK
RGB Variations
Color information
#C36148 (or 0xC36148) is known color: Flame Pea. HEX triplet: C3, 61 and 48. RGB value is (195,97,72). Sum of RGB (Red+Green+Blue) = 195+97+72=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C36148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36148 is #3C9EB7. Grayscale: #7B7B7B. Windows color (decimal): -3972792 or 4743619. OLE color: 4743619.
HSL color Cylindrical-coordinate representation of color #C36148: hue angle of 12.2º 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 #C36148 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 72 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.24 |
| HSL | 12.2º | 0.51% | 0.52% | - |
| HSV(B) | 12.2º | 0.63% | 0.76% | - |
| XYZ | 27.95 | 20.62 | 8.64 | - |
| YUV | 123.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 72 | 0 | 0.50 | 0.63 | 0.24 | 12.2 | 0.51 | 0.52 |
| Hex | C3 | 61 | 48 | 0 | 32 | 3F | 18 | C | 33 | 34 |
| Octal | 303 | 141 | 110 | 0 | 62 | 77 | 30 | 14 | 63 | 64 |
| Binary | 11000011 | 1100001 | 1001000 | 0 | 110010 | 111111 | 11000 | 1100 | 110011 | 110100 |
Color Harmonies of #C36148
Complementary color
Monochromatic Colors of #C36148
Black with #C36148
Text Example
Text Example
White with #C36148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36148; }
p { color: rgb(195,97,72); }
H1.HeaderClassName
{
color: #C36148;
}
.AnyTagClassName
{
color: #C36148;
}
</style>
background-color css
<style>
a { background-color: #C36148; }
a { background-color: rgb(195,97,72); }
div.DivClassName
{
background-color: #C36148;
}
.BgClassName
{
background-color: #C36148;
}
</style>
border-color css
<style>
span { border-color: #C36148; }
span { border-color: rgb(195,97,72); }
td.TdClassName
{
border-color: #C36148;
}
.TagClassName
{
border-color: #C36148;
}
</style>