Shades of Flame Pea #C15747
Tints of Flame Pea #C15747
RGB
CMYK
RGB Variations
Color information
#C15747 (or 0xC15747) is known color: Flame Pea. HEX triplet: C1, 57 and 47. RGB value is (193,87,71). Sum of RGB (Red+Green+Blue) = 193+87+71=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C15747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15747 is #3EA8B8. Grayscale: #757575. Windows color (decimal): -4106425 or 4675521. OLE color: 4675521.
HSL color Cylindrical-coordinate representation of color #C15747: hue angle of 7.87º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C15747 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 71 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.24 |
| HSL | 7.87º | 0.5% | 0.52% | - |
| HSV(B) | 7.87º | 0.63% | 0.76% | - |
| XYZ | 26.54 | 18.61 | 8.15 | - |
| YUV | 116.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 71 | 0 | 0.55 | 0.63 | 0.24 | 7.87 | 0.5 | 0.52 |
| Hex | C1 | 57 | 47 | 0 | 37 | 3F | 18 | 8 | 32 | 34 |
| Octal | 301 | 127 | 107 | 0 | 67 | 77 | 30 | 10 | 62 | 64 |
| Binary | 11000001 | 1010111 | 1000111 | 0 | 110111 | 111111 | 11000 | 1000 | 110010 | 110100 |
Color Harmonies of #C15747
Complementary color
Monochromatic Colors of #C15747
Black with #C15747
Text Example
Text Example
White with #C15747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15747; }
p { color: rgb(193,87,71); }
H1.HeaderClassName
{
color: #C15747;
}
.AnyTagClassName
{
color: #C15747;
}
</style>
background-color css
<style>
a { background-color: #C15747; }
a { background-color: rgb(193,87,71); }
div.DivClassName
{
background-color: #C15747;
}
.BgClassName
{
background-color: #C15747;
}
</style>
border-color css
<style>
span { border-color: #C15747; }
span { border-color: rgb(193,87,71); }
td.TdClassName
{
border-color: #C15747;
}
.TagClassName
{
border-color: #C15747;
}
</style>