Shades of Flame Pea #C15841
Tints of Flame Pea #C15841
RGB
CMYK
RGB Variations
Color information
#C15841 (or 0xC15841) is known color: Flame Pea. HEX triplet: C1, 58 and 41. RGB value is (193,88,65). Sum of RGB (Red+Green+Blue) = 193+88+65=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C15841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15841 is #3EA7BE. Grayscale: #747474. Windows color (decimal): -4106175 or 4282561. OLE color: 4282561.
HSL color Cylindrical-coordinate representation of color #C15841: hue angle of 10.78º 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 #C15841 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 65 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.24 |
| HSL | 10.78º | 0.51% | 0.51% | - |
| HSV(B) | 10.78º | 0.66% | 0.76% | - |
| XYZ | 26.44 | 18.7 | 7.22 | - |
| YUV | 116.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 65 | 0 | 0.54 | 0.66 | 0.24 | 10.78 | 0.51 | 0.51 |
| Hex | C1 | 58 | 41 | 0 | 36 | 42 | 18 | B | 33 | 33 |
| Octal | 301 | 130 | 101 | 0 | 66 | 102 | 30 | 13 | 63 | 63 |
| Binary | 11000001 | 1011000 | 1000001 | 0 | 110110 | 1000010 | 11000 | 1011 | 110011 | 110011 |
Color Harmonies of #C15841
Complementary color
Monochromatic Colors of #C15841
Black with #C15841
Text Example
Text Example
White with #C15841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15841; }
p { color: rgb(193,88,65); }
H1.HeaderClassName
{
color: #C15841;
}
.AnyTagClassName
{
color: #C15841;
}
</style>
background-color css
<style>
a { background-color: #C15841; }
a { background-color: rgb(193,88,65); }
div.DivClassName
{
background-color: #C15841;
}
.BgClassName
{
background-color: #C15841;
}
</style>
border-color css
<style>
span { border-color: #C15841; }
span { border-color: rgb(193,88,65); }
td.TdClassName
{
border-color: #C15841;
}
.TagClassName
{
border-color: #C15841;
}
</style>