Shades of Flame Pea #C15644
Tints of Flame Pea #C15644
RGB
CMYK
RGB Variations
Color information
#C15644 (or 0xC15644) is known color: Flame Pea. HEX triplet: C1, 56 and 44. RGB value is (193,86,68). Sum of RGB (Red+Green+Blue) = 193+86+68=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C15644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15644 is #3EA9BB. Grayscale: #747474. Windows color (decimal): -4106684 or 4478657. OLE color: 4478657.
HSL color Cylindrical-coordinate representation of color #C15644: hue angle of 8.64º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C15644 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 68 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.24 |
| HSL | 8.64º | 0.5% | 0.51% | - |
| HSV(B) | 8.64º | 0.65% | 0.76% | - |
| XYZ | 26.36 | 18.41 | 7.63 | - |
| YUV | 115.94 | 100.95 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 68 | 0 | 0.55 | 0.65 | 0.24 | 8.64 | 0.5 | 0.51 |
| Hex | C1 | 56 | 44 | 0 | 37 | 41 | 18 | 9 | 32 | 33 |
| Octal | 301 | 126 | 104 | 0 | 67 | 101 | 30 | 11 | 62 | 63 |
| Binary | 11000001 | 1010110 | 1000100 | 0 | 110111 | 1000001 | 11000 | 1001 | 110010 | 110011 |
Color Harmonies of #C15644
Complementary color
Monochromatic Colors of #C15644
Black with #C15644
Text Example
Text Example
White with #C15644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15644; }
p { color: rgb(193,86,68); }
H1.HeaderClassName
{
color: #C15644;
}
.AnyTagClassName
{
color: #C15644;
}
</style>
background-color css
<style>
a { background-color: #C15644; }
a { background-color: rgb(193,86,68); }
div.DivClassName
{
background-color: #C15644;
}
.BgClassName
{
background-color: #C15644;
}
</style>
border-color css
<style>
span { border-color: #C15644; }
span { border-color: rgb(193,86,68); }
td.TdClassName
{
border-color: #C15644;
}
.TagClassName
{
border-color: #C15644;
}
</style>