Shades of Flame Pea #C16345
Tints of Flame Pea #C16345
RGB
CMYK
RGB Variations
Color information
#C16345 (or 0xC16345) is known color: Flame Pea. HEX triplet: C1, 63 and 45. RGB value is (193,99,69). Sum of RGB (Red+Green+Blue) = 193+99+69=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C16345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16345 is #3E9CBA. Grayscale: #7B7B7B. Windows color (decimal): -4103355 or 4547521. OLE color: 4547521.
HSL color Cylindrical-coordinate representation of color #C16345: hue angle of 14.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C16345 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 69 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.24 |
| HSL | 14.52º | 0.5% | 0.51% | - |
| HSV(B) | 14.52º | 0.64% | 0.76% | - |
| XYZ | 27.53 | 20.69 | 8.17 | - |
| YUV | 123.69 | 97.14 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 69 | 0 | 0.49 | 0.64 | 0.24 | 14.52 | 0.5 | 0.51 |
| Hex | C1 | 63 | 45 | 0 | 31 | 40 | 18 | F | 32 | 33 |
| Octal | 301 | 143 | 105 | 0 | 61 | 100 | 30 | 17 | 62 | 63 |
| Binary | 11000001 | 1100011 | 1000101 | 0 | 110001 | 1000000 | 11000 | 1111 | 110010 | 110011 |
Color Harmonies of #C16345
Complementary color
Monochromatic Colors of #C16345
Black with #C16345
Text Example
Text Example
White with #C16345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16345; }
p { color: rgb(193,99,69); }
H1.HeaderClassName
{
color: #C16345;
}
.AnyTagClassName
{
color: #C16345;
}
</style>
background-color css
<style>
a { background-color: #C16345; }
a { background-color: rgb(193,99,69); }
div.DivClassName
{
background-color: #C16345;
}
.BgClassName
{
background-color: #C16345;
}
</style>
border-color css
<style>
span { border-color: #C16345; }
span { border-color: rgb(193,99,69); }
td.TdClassName
{
border-color: #C16345;
}
.TagClassName
{
border-color: #C16345;
}
</style>