Shades of Flame Pea #C16348
Tints of Flame Pea #C16348
RGB
CMYK
RGB Variations
Color information
#C16348 (or 0xC16348) is known color: Flame Pea. HEX triplet: C1, 63 and 48. RGB value is (193,99,72). Sum of RGB (Red+Green+Blue) = 193+99+72=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C16348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16348 is #3E9CB7. Grayscale: #7C7C7C. Windows color (decimal): -4103352 or 4744129. OLE color: 4744129.
HSL color Cylindrical-coordinate representation of color #C16348: hue angle of 13.39º degrees, saturation: 0.49, 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 #C16348 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 72 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.24 |
| HSL | 13.39º | 0.49% | 0.52% | - |
| HSV(B) | 13.39º | 0.63% | 0.76% | - |
| XYZ | 27.62 | 20.73 | 8.68 | - |
| YUV | 124.03 | 98.64 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 72 | 0 | 0.49 | 0.63 | 0.24 | 13.39 | 0.49 | 0.52 |
| Hex | C1 | 63 | 48 | 0 | 31 | 3F | 18 | D | 31 | 34 |
| Octal | 301 | 143 | 110 | 0 | 61 | 77 | 30 | 15 | 61 | 64 |
| Binary | 11000001 | 1100011 | 1001000 | 0 | 110001 | 111111 | 11000 | 1101 | 110001 | 110100 |
Color Harmonies of #C16348
Complementary color
Monochromatic Colors of #C16348
Black with #C16348
Text Example
Text Example
White with #C16348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16348; }
p { color: rgb(193,99,72); }
H1.HeaderClassName
{
color: #C16348;
}
.AnyTagClassName
{
color: #C16348;
}
</style>
background-color css
<style>
a { background-color: #C16348; }
a { background-color: rgb(193,99,72); }
div.DivClassName
{
background-color: #C16348;
}
.BgClassName
{
background-color: #C16348;
}
</style>
border-color css
<style>
span { border-color: #C16348; }
span { border-color: rgb(193,99,72); }
td.TdClassName
{
border-color: #C16348;
}
.TagClassName
{
border-color: #C16348;
}
</style>