Shades of Flame Pea #C36444
Tints of Flame Pea #C36444
RGB
CMYK
RGB Variations
Color information
#C36444 (or 0xC36444) is known color: Flame Pea. HEX triplet: C3, 64 and 44. RGB value is (195,100,68). Sum of RGB (Red+Green+Blue) = 195+100+68=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C36444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36444 is #3C9BBB. Grayscale: #7C7C7C. Windows color (decimal): -3972028 or 4482243. OLE color: 4482243.
HSL color Cylindrical-coordinate representation of color #C36444: hue angle of 15.12º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C36444 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 68 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.24 |
| HSL | 15.12º | 0.51% | 0.52% | - |
| HSV(B) | 15.12º | 0.65% | 0.76% | - |
| XYZ | 28.11 | 21.13 | 8.07 | - |
| YUV | 124.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 68 | 0 | 0.49 | 0.65 | 0.24 | 15.12 | 0.51 | 0.52 |
| Hex | C3 | 64 | 44 | 0 | 31 | 41 | 18 | F | 33 | 34 |
| Octal | 303 | 144 | 104 | 0 | 61 | 101 | 30 | 17 | 63 | 64 |
| Binary | 11000011 | 1100100 | 1000100 | 0 | 110001 | 1000001 | 11000 | 1111 | 110011 | 110100 |
Color Harmonies of #C36444
Complementary color
Monochromatic Colors of #C36444
Black with #C36444
Text Example
Text Example
White with #C36444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36444; }
p { color: rgb(195,100,68); }
H1.HeaderClassName
{
color: #C36444;
}
.AnyTagClassName
{
color: #C36444;
}
</style>
background-color css
<style>
a { background-color: #C36444; }
a { background-color: rgb(195,100,68); }
div.DivClassName
{
background-color: #C36444;
}
.BgClassName
{
background-color: #C36444;
}
</style>
border-color css
<style>
span { border-color: #C36444; }
span { border-color: rgb(195,100,68); }
td.TdClassName
{
border-color: #C36444;
}
.TagClassName
{
border-color: #C36444;
}
</style>