Shades of Flame Pea #C05543
Tints of Flame Pea #C05543
RGB
CMYK
RGB Variations
Color information
#C05543 (or 0xC05543) is known color: Flame Pea. HEX triplet: C0, 55 and 43. RGB value is (192,85,67). Sum of RGB (Red+Green+Blue) = 192+85+67=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C05543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05543 is #3FAABC. Grayscale: #737373. Windows color (decimal): -4172477 or 4412864. OLE color: 4412864.
HSL color Cylindrical-coordinate representation of color #C05543: hue angle of 8.64º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C05543 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 67 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.25 |
| HSL | 8.64º | 0.5% | 0.51% | - |
| HSV(B) | 8.64º | 0.65% | 0.75% | - |
| XYZ | 26 | 18.11 | 7.44 | - |
| YUV | 114.94 | 100.95 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 67 | 0 | 0.56 | 0.65 | 0.25 | 8.64 | 0.5 | 0.51 |
| Hex | C0 | 55 | 43 | 0 | 38 | 41 | 19 | 9 | 32 | 33 |
| Octal | 300 | 125 | 103 | 0 | 70 | 101 | 31 | 11 | 62 | 63 |
| Binary | 11000000 | 1010101 | 1000011 | 0 | 111000 | 1000001 | 11001 | 1001 | 110010 | 110011 |
Color Harmonies of #C05543
Complementary color
Monochromatic Colors of #C05543
Black with #C05543
Text Example
Text Example
White with #C05543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05543; }
p { color: rgb(192,85,67); }
H1.HeaderClassName
{
color: #C05543;
}
.AnyTagClassName
{
color: #C05543;
}
</style>
background-color css
<style>
a { background-color: #C05543; }
a { background-color: rgb(192,85,67); }
div.DivClassName
{
background-color: #C05543;
}
.BgClassName
{
background-color: #C05543;
}
</style>
border-color css
<style>
span { border-color: #C05543; }
span { border-color: rgb(192,85,67); }
td.TdClassName
{
border-color: #C05543;
}
.TagClassName
{
border-color: #C05543;
}
</style>