Shades of Flame Pea #C15B41
Tints of Flame Pea #C15B41
RGB
CMYK
RGB Variations
Color information
#C15B41 (or 0xC15B41) is known color: Flame Pea. HEX triplet: C1, 5B and 41. RGB value is (193,91,65). Sum of RGB (Red+Green+Blue) = 193+91+65=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15B41 is #3EA4BE. Grayscale: #767676. Windows color (decimal): -4105407 or 4283329. OLE color: 4283329.
HSL color Cylindrical-coordinate representation of color #C15B41: hue angle of 12.19º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C15B41 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 65 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.24 |
| HSL | 12.19º | 0.51% | 0.51% | - |
| HSV(B) | 12.19º | 0.66% | 0.76% | - |
| XYZ | 26.69 | 19.2 | 7.3 | - |
| YUV | 118.53 | 97.79 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 65 | 0 | 0.53 | 0.66 | 0.24 | 12.19 | 0.51 | 0.51 |
| Hex | C1 | 5B | 41 | 0 | 35 | 42 | 18 | C | 33 | 33 |
| Octal | 301 | 133 | 101 | 0 | 65 | 102 | 30 | 14 | 63 | 63 |
| Binary | 11000001 | 1011011 | 1000001 | 0 | 110101 | 1000010 | 11000 | 1100 | 110011 | 110011 |
Color Harmonies of #C15B41
Complementary color
Monochromatic Colors of #C15B41
Black with #C15B41
Text Example
Text Example
White with #C15B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B41; }
p { color: rgb(193,91,65); }
H1.HeaderClassName
{
color: #C15B41;
}
.AnyTagClassName
{
color: #C15B41;
}
</style>
background-color css
<style>
a { background-color: #C15B41; }
a { background-color: rgb(193,91,65); }
div.DivClassName
{
background-color: #C15B41;
}
.BgClassName
{
background-color: #C15B41;
}
</style>
border-color css
<style>
span { border-color: #C15B41; }
span { border-color: rgb(193,91,65); }
td.TdClassName
{
border-color: #C15B41;
}
.TagClassName
{
border-color: #C15B41;
}
</style>