Shades of Flame Pea #C05D45
Tints of Flame Pea #C05D45
RGB
CMYK
RGB Variations
Color information
#C05D45 (or 0xC05D45) is known color: Flame Pea. HEX triplet: C0, 5D and 45. RGB value is (192,93,69). Sum of RGB (Red+Green+Blue) = 192+93+69=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D45 is #3FA2BA. Grayscale: #787878. Windows color (decimal): -4170427 or 4545984. OLE color: 4545984.
HSL color Cylindrical-coordinate representation of color #C05D45: hue angle of 11.71º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C05D45 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 69 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.25 |
| HSL | 11.71º | 0.49% | 0.51% | - |
| HSV(B) | 11.71º | 0.64% | 0.75% | - |
| XYZ | 26.73 | 19.46 | 7.98 | - |
| YUV | 119.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 69 | 0 | 0.52 | 0.64 | 0.25 | 11.71 | 0.49 | 0.51 |
| Hex | C0 | 5D | 45 | 0 | 34 | 40 | 19 | C | 31 | 33 |
| Octal | 300 | 135 | 105 | 0 | 64 | 100 | 31 | 14 | 61 | 63 |
| Binary | 11000000 | 1011101 | 1000101 | 0 | 110100 | 1000000 | 11001 | 1100 | 110001 | 110011 |
Color Harmonies of #C05D45
Complementary color
Monochromatic Colors of #C05D45
Black with #C05D45
Text Example
Text Example
White with #C05D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D45; }
p { color: rgb(192,93,69); }
H1.HeaderClassName
{
color: #C05D45;
}
.AnyTagClassName
{
color: #C05D45;
}
</style>
background-color css
<style>
a { background-color: #C05D45; }
a { background-color: rgb(192,93,69); }
div.DivClassName
{
background-color: #C05D45;
}
.BgClassName
{
background-color: #C05D45;
}
</style>
border-color css
<style>
span { border-color: #C05D45; }
span { border-color: rgb(192,93,69); }
td.TdClassName
{
border-color: #C05D45;
}
.TagClassName
{
border-color: #C05D45;
}
</style>