Shades of Flame Pea #C05A43
Tints of Flame Pea #C05A43
RGB
CMYK
RGB Variations
Color information
#C05A43 (or 0xC05A43) is known color: Flame Pea. HEX triplet: C0, 5A and 43. RGB value is (192,90,67). Sum of RGB (Red+Green+Blue) = 192+90+67=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A43 is #3FA5BC. Grayscale: #767676. Windows color (decimal): -4171197 or 4414144. OLE color: 4414144.
HSL color Cylindrical-coordinate representation of color #C05A43: hue angle of 11.04º 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 #C05A43 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 67 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.25 |
| HSL | 11.04º | 0.5% | 0.51% | - |
| HSV(B) | 11.04º | 0.65% | 0.75% | - |
| XYZ | 26.41 | 18.92 | 7.57 | - |
| YUV | 117.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 67 | 0 | 0.53 | 0.65 | 0.25 | 11.04 | 0.5 | 0.51 |
| Hex | C0 | 5A | 43 | 0 | 35 | 41 | 19 | B | 32 | 33 |
| Octal | 300 | 132 | 103 | 0 | 65 | 101 | 31 | 13 | 62 | 63 |
| Binary | 11000000 | 1011010 | 1000011 | 0 | 110101 | 1000001 | 11001 | 1011 | 110010 | 110011 |
Color Harmonies of #C05A43
Complementary color
Monochromatic Colors of #C05A43
Black with #C05A43
Text Example
Text Example
White with #C05A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A43; }
p { color: rgb(192,90,67); }
H1.HeaderClassName
{
color: #C05A43;
}
.AnyTagClassName
{
color: #C05A43;
}
</style>
background-color css
<style>
a { background-color: #C05A43; }
a { background-color: rgb(192,90,67); }
div.DivClassName
{
background-color: #C05A43;
}
.BgClassName
{
background-color: #C05A43;
}
</style>
border-color css
<style>
span { border-color: #C05A43; }
span { border-color: rgb(192,90,67); }
td.TdClassName
{
border-color: #C05A43;
}
.TagClassName
{
border-color: #C05A43;
}
</style>