Shades of Flame Pea #C36447
Tints of Flame Pea #C36447
RGB
CMYK
RGB Variations
Color information
#C36447 (or 0xC36447) is known color: Flame Pea. HEX triplet: C3, 64 and 47. RGB value is (195,100,71). Sum of RGB (Red+Green+Blue) = 195+100+71=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C36447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36447 is #3C9BB8. Grayscale: #7D7D7D. Windows color (decimal): -3972025 or 4678851. OLE color: 4678851.
HSL color Cylindrical-coordinate representation of color #C36447: hue angle of 14.03º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C36447 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 71 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.24 |
| HSL | 14.03º | 0.51% | 0.52% | - |
| HSV(B) | 14.03º | 0.64% | 0.76% | - |
| XYZ | 28.2 | 21.17 | 8.56 | - |
| YUV | 125.1 | 97.47 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 71 | 0 | 0.49 | 0.64 | 0.24 | 14.03 | 0.51 | 0.52 |
| Hex | C3 | 64 | 47 | 0 | 31 | 40 | 18 | E | 33 | 34 |
| Octal | 303 | 144 | 107 | 0 | 61 | 100 | 30 | 16 | 63 | 64 |
| Binary | 11000011 | 1100100 | 1000111 | 0 | 110001 | 1000000 | 11000 | 1110 | 110011 | 110100 |
Color Harmonies of #C36447
Complementary color
Monochromatic Colors of #C36447
Black with #C36447
Text Example
Text Example
White with #C36447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36447; }
p { color: rgb(195,100,71); }
H1.HeaderClassName
{
color: #C36447;
}
.AnyTagClassName
{
color: #C36447;
}
</style>
background-color css
<style>
a { background-color: #C36447; }
a { background-color: rgb(195,100,71); }
div.DivClassName
{
background-color: #C36447;
}
.BgClassName
{
background-color: #C36447;
}
</style>
border-color css
<style>
span { border-color: #C36447; }
span { border-color: rgb(195,100,71); }
td.TdClassName
{
border-color: #C36447;
}
.TagClassName
{
border-color: #C36447;
}
</style>