Shades of Flame Pea #C16344
Tints of Flame Pea #C16344
RGB
CMYK
RGB Variations
Color information
#C16344 (or 0xC16344) is known color: Flame Pea. HEX triplet: C1, 63 and 44. RGB value is (193,99,68). Sum of RGB (Red+Green+Blue) = 193+99+68=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C16344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16344 is #3E9CBB. Grayscale: #7B7B7B. Windows color (decimal): -4103356 or 4481985. OLE color: 4481985.
HSL color Cylindrical-coordinate representation of color #C16344: hue angle of 14.88º 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 #C16344 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 68 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.24 |
| HSL | 14.88º | 0.5% | 0.51% | - |
| HSV(B) | 14.88º | 0.65% | 0.76% | - |
| XYZ | 27.5 | 20.68 | 8.01 | - |
| YUV | 123.57 | 96.64 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 68 | 0 | 0.49 | 0.65 | 0.24 | 14.88 | 0.5 | 0.51 |
| Hex | C1 | 63 | 44 | 0 | 31 | 41 | 18 | F | 32 | 33 |
| Octal | 301 | 143 | 104 | 0 | 61 | 101 | 30 | 17 | 62 | 63 |
| Binary | 11000001 | 1100011 | 1000100 | 0 | 110001 | 1000001 | 11000 | 1111 | 110010 | 110011 |
Color Harmonies of #C16344
Complementary color
Monochromatic Colors of #C16344
Black with #C16344
Text Example
Text Example
White with #C16344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16344; }
p { color: rgb(193,99,68); }
H1.HeaderClassName
{
color: #C16344;
}
.AnyTagClassName
{
color: #C16344;
}
</style>
background-color css
<style>
a { background-color: #C16344; }
a { background-color: rgb(193,99,68); }
div.DivClassName
{
background-color: #C16344;
}
.BgClassName
{
background-color: #C16344;
}
</style>
border-color css
<style>
span { border-color: #C16344; }
span { border-color: rgb(193,99,68); }
td.TdClassName
{
border-color: #C16344;
}
.TagClassName
{
border-color: #C16344;
}
</style>