Shades of Flame Pea #C05E3F
Tints of Flame Pea #C05E3F
RGB
CMYK
RGB Variations
Color information
#C05E3F (or 0xC05E3F) is known color: Flame Pea. HEX triplet: C0, 5E and 3F. RGB value is (192,94,63). Sum of RGB (Red+Green+Blue) = 192+94+63=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05E3F is #3FA1C0. Grayscale: #777777. Windows color (decimal): -4170177 or 4153024. OLE color: 4153024.
HSL color Cylindrical-coordinate representation of color #C05E3F: hue angle of 14.42º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C05E3F is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 63 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.25 |
| HSL | 14.42º | 0.51% | 0.5% | - |
| HSV(B) | 14.42º | 0.67% | 0.75% | - |
| XYZ | 26.64 | 19.57 | 7.08 | - |
| YUV | 119.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 63 | 0 | 0.51 | 0.67 | 0.25 | 14.42 | 0.51 | 0.5 |
| Hex | C0 | 5E | 3F | 0 | 33 | 43 | 19 | E | 33 | 32 |
| Octal | 300 | 136 | 77 | 0 | 63 | 103 | 31 | 16 | 63 | 62 |
| Binary | 11000000 | 1011110 | 111111 | 0 | 110011 | 1000011 | 11001 | 1110 | 110011 | 110010 |
Color Harmonies of #C05E3F
Complementary color
Monochromatic Colors of #C05E3F
Black with #C05E3F
Text Example
Text Example
White with #C05E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E3F; }
p { color: rgb(192,94,63); }
H1.HeaderClassName
{
color: #C05E3F;
}
.AnyTagClassName
{
color: #C05E3F;
}
</style>
background-color css
<style>
a { background-color: #C05E3F; }
a { background-color: rgb(192,94,63); }
div.DivClassName
{
background-color: #C05E3F;
}
.BgClassName
{
background-color: #C05E3F;
}
</style>
border-color css
<style>
span { border-color: #C05E3F; }
span { border-color: rgb(192,94,63); }
td.TdClassName
{
border-color: #C05E3F;
}
.TagClassName
{
border-color: #C05E3F;
}
</style>