Shades of Flame Pea #C05B40
Tints of Flame Pea #C05B40
RGB
CMYK
RGB Variations
Color information
#C05B40 (or 0xC05B40) is known color: Flame Pea. HEX triplet: C0, 5B and 40. RGB value is (192,91,64). Sum of RGB (Red+Green+Blue) = 192+91+64=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05B40 is #3FA4BF. Grayscale: #767676. Windows color (decimal): -4170944 or 4217792. OLE color: 4217792.
HSL color Cylindrical-coordinate representation of color #C05B40: hue angle of 12.66º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C05B40 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 64 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.25 |
| HSL | 12.66º | 0.5% | 0.5% | - |
| HSV(B) | 12.66º | 0.67% | 0.75% | - |
| XYZ | 26.4 | 19.06 | 7.14 | - |
| YUV | 118.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 64 | 0 | 0.53 | 0.67 | 0.25 | 12.66 | 0.5 | 0.5 |
| Hex | C0 | 5B | 40 | 0 | 35 | 43 | 19 | D | 32 | 32 |
| Octal | 300 | 133 | 100 | 0 | 65 | 103 | 31 | 15 | 62 | 62 |
| Binary | 11000000 | 1011011 | 1000000 | 0 | 110101 | 1000011 | 11001 | 1101 | 110010 | 110010 |
Color Harmonies of #C05B40
Complementary color
Monochromatic Colors of #C05B40
Black with #C05B40
Text Example
Text Example
White with #C05B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B40; }
p { color: rgb(192,91,64); }
H1.HeaderClassName
{
color: #C05B40;
}
.AnyTagClassName
{
color: #C05B40;
}
</style>
background-color css
<style>
a { background-color: #C05B40; }
a { background-color: rgb(192,91,64); }
div.DivClassName
{
background-color: #C05B40;
}
.BgClassName
{
background-color: #C05B40;
}
</style>
border-color css
<style>
span { border-color: #C05B40; }
span { border-color: rgb(192,91,64); }
td.TdClassName
{
border-color: #C05B40;
}
.TagClassName
{
border-color: #C05B40;
}
</style>