Shades of Flame Pea #C05545
Tints of Flame Pea #C05545
RGB
CMYK
RGB Variations
Color information
#C05545 (or 0xC05545) is known color: Flame Pea. HEX triplet: C0, 55 and 45. RGB value is (192,85,69). Sum of RGB (Red+Green+Blue) = 192+85+69=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C05545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05545 is #3FAABA. Grayscale: #737373. Windows color (decimal): -4172475 or 4543936. OLE color: 4543936.
HSL color Cylindrical-coordinate representation of color #C05545: hue angle of 7.8º 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 #C05545 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 69 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.25 |
| HSL | 7.8º | 0.49% | 0.51% | - |
| HSV(B) | 7.8º | 0.64% | 0.75% | - |
| XYZ | 26.06 | 18.13 | 7.76 | - |
| YUV | 115.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 69 | 0 | 0.56 | 0.64 | 0.25 | 7.8 | 0.49 | 0.51 |
| Hex | C0 | 55 | 45 | 0 | 38 | 40 | 19 | 8 | 31 | 33 |
| Octal | 300 | 125 | 105 | 0 | 70 | 100 | 31 | 10 | 61 | 63 |
| Binary | 11000000 | 1010101 | 1000101 | 0 | 111000 | 1000000 | 11001 | 1000 | 110001 | 110011 |
Color Harmonies of #C05545
Complementary color
Monochromatic Colors of #C05545
Black with #C05545
Text Example
Text Example
White with #C05545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05545; }
p { color: rgb(192,85,69); }
H1.HeaderClassName
{
color: #C05545;
}
.AnyTagClassName
{
color: #C05545;
}
</style>
background-color css
<style>
a { background-color: #C05545; }
a { background-color: rgb(192,85,69); }
div.DivClassName
{
background-color: #C05545;
}
.BgClassName
{
background-color: #C05545;
}
</style>
border-color css
<style>
span { border-color: #C05545; }
span { border-color: rgb(192,85,69); }
td.TdClassName
{
border-color: #C05545;
}
.TagClassName
{
border-color: #C05545;
}
</style>