Shades of Flame Pea #C15B40
Tints of Flame Pea #C15B40
RGB
CMYK
RGB Variations
Color information
#C15B40 (or 0xC15B40) is known color: Flame Pea. HEX triplet: C1, 5B and 40. RGB value is (193,91,64). Sum of RGB (Red+Green+Blue) = 193+91+64=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15B40 is #3EA4BF. Grayscale: #767676. Windows color (decimal): -4105408 or 4217793. OLE color: 4217793.
HSL color Cylindrical-coordinate representation of color #C15B40: hue angle of 12.56º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C15B40 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 64 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.24 |
| HSL | 12.56º | 0.51% | 0.5% | - |
| HSV(B) | 12.56º | 0.67% | 0.76% | - |
| XYZ | 26.66 | 19.19 | 7.15 | - |
| YUV | 118.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 64 | 0 | 0.53 | 0.67 | 0.24 | 12.56 | 0.51 | 0.5 |
| Hex | C1 | 5B | 40 | 0 | 35 | 43 | 18 | D | 33 | 32 |
| Octal | 301 | 133 | 100 | 0 | 65 | 103 | 30 | 15 | 63 | 62 |
| Binary | 11000001 | 1011011 | 1000000 | 0 | 110101 | 1000011 | 11000 | 1101 | 110011 | 110010 |
Color Harmonies of #C15B40
Complementary color
Monochromatic Colors of #C15B40
Black with #C15B40
Text Example
Text Example
White with #C15B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B40; }
p { color: rgb(193,91,64); }
H1.HeaderClassName
{
color: #C15B40;
}
.AnyTagClassName
{
color: #C15B40;
}
</style>
background-color css
<style>
a { background-color: #C15B40; }
a { background-color: rgb(193,91,64); }
div.DivClassName
{
background-color: #C15B40;
}
.BgClassName
{
background-color: #C15B40;
}
</style>
border-color css
<style>
span { border-color: #C15B40; }
span { border-color: rgb(193,91,64); }
td.TdClassName
{
border-color: #C15B40;
}
.TagClassName
{
border-color: #C15B40;
}
</style>