Shades of Flame Pea #C05A45
Tints of Flame Pea #C05A45
RGB
CMYK
RGB Variations
Color information
#C05A45 (or 0xC05A45) is known color: Flame Pea. HEX triplet: C0, 5A and 45. RGB value is (192,90,69). Sum of RGB (Red+Green+Blue) = 192+90+69=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A45 is #3FA5BA. Grayscale: #767676. Windows color (decimal): -4171195 or 4545216. OLE color: 4545216.
HSL color Cylindrical-coordinate representation of color #C05A45: hue angle of 10.24º 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 #C05A45 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 69 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.25 |
| HSL | 10.24º | 0.49% | 0.51% | - |
| HSV(B) | 10.24º | 0.64% | 0.75% | - |
| XYZ | 26.47 | 18.95 | 7.89 | - |
| YUV | 118.1 | 100.29 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 69 | 0 | 0.53 | 0.64 | 0.25 | 10.24 | 0.49 | 0.51 |
| Hex | C0 | 5A | 45 | 0 | 35 | 40 | 19 | A | 31 | 33 |
| Octal | 300 | 132 | 105 | 0 | 65 | 100 | 31 | 12 | 61 | 63 |
| Binary | 11000000 | 1011010 | 1000101 | 0 | 110101 | 1000000 | 11001 | 1010 | 110001 | 110011 |
Color Harmonies of #C05A45
Complementary color
Monochromatic Colors of #C05A45
Black with #C05A45
Text Example
Text Example
White with #C05A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A45; }
p { color: rgb(192,90,69); }
H1.HeaderClassName
{
color: #C05A45;
}
.AnyTagClassName
{
color: #C05A45;
}
</style>
background-color css
<style>
a { background-color: #C05A45; }
a { background-color: rgb(192,90,69); }
div.DivClassName
{
background-color: #C05A45;
}
.BgClassName
{
background-color: #C05A45;
}
</style>
border-color css
<style>
span { border-color: #C05A45; }
span { border-color: rgb(192,90,69); }
td.TdClassName
{
border-color: #C05A45;
}
.TagClassName
{
border-color: #C05A45;
}
</style>