Shades of Flame Pea #C16242
Tints of Flame Pea #C16242
RGB
CMYK
RGB Variations
Color information
#C16242 (or 0xC16242) is known color: Flame Pea. HEX triplet: C1, 62 and 42. RGB value is (193,98,66). Sum of RGB (Red+Green+Blue) = 193+98+66=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C16242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16242 is #3E9DBD. Grayscale: #7A7A7A. Windows color (decimal): -4103614 or 4350657. OLE color: 4350657.
HSL color Cylindrical-coordinate representation of color #C16242: hue angle of 15.12º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C16242 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 66 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.24 |
| HSL | 15.12º | 0.51% | 0.51% | - |
| HSV(B) | 15.12º | 0.66% | 0.76% | - |
| XYZ | 27.34 | 20.47 | 7.66 | - |
| YUV | 122.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 66 | 0 | 0.49 | 0.66 | 0.24 | 15.12 | 0.51 | 0.51 |
| Hex | C1 | 62 | 42 | 0 | 31 | 42 | 18 | F | 33 | 33 |
| Octal | 301 | 142 | 102 | 0 | 61 | 102 | 30 | 17 | 63 | 63 |
| Binary | 11000001 | 1100010 | 1000010 | 0 | 110001 | 1000010 | 11000 | 1111 | 110011 | 110011 |
Color Harmonies of #C16242
Complementary color
Monochromatic Colors of #C16242
Black with #C16242
Text Example
Text Example
White with #C16242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16242; }
p { color: rgb(193,98,66); }
H1.HeaderClassName
{
color: #C16242;
}
.AnyTagClassName
{
color: #C16242;
}
</style>
background-color css
<style>
a { background-color: #C16242; }
a { background-color: rgb(193,98,66); }
div.DivClassName
{
background-color: #C16242;
}
.BgClassName
{
background-color: #C16242;
}
</style>
border-color css
<style>
span { border-color: #C16242; }
span { border-color: rgb(193,98,66); }
td.TdClassName
{
border-color: #C16242;
}
.TagClassName
{
border-color: #C16242;
}
</style>