Shades of Flame Pea #C26348
Tints of Flame Pea #C26348
RGB
CMYK
RGB Variations
Color information
#C26348 (or 0xC26348) is known color: Flame Pea. HEX triplet: C2, 63 and 48. RGB value is (194,99,72). Sum of RGB (Red+Green+Blue) = 194+99+72=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C26348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26348 is #3D9CB7. Grayscale: #7C7C7C. Windows color (decimal): -4037816 or 4744130. OLE color: 4744130.
HSL color Cylindrical-coordinate representation of color #C26348: hue angle of 13.28º 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 #C26348 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 72 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.24 |
| HSL | 13.28º | 0.5% | 0.52% | - |
| HSV(B) | 13.28º | 0.63% | 0.76% | - |
| XYZ | 27.88 | 20.86 | 8.69 | - |
| YUV | 124.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 72 | 0 | 0.49 | 0.63 | 0.24 | 13.28 | 0.5 | 0.52 |
| Hex | C2 | 63 | 48 | 0 | 31 | 3F | 18 | D | 32 | 34 |
| Octal | 302 | 143 | 110 | 0 | 61 | 77 | 30 | 15 | 62 | 64 |
| Binary | 11000010 | 1100011 | 1001000 | 0 | 110001 | 111111 | 11000 | 1101 | 110010 | 110100 |
Color Harmonies of #C26348
Complementary color
Monochromatic Colors of #C26348
Black with #C26348
Text Example
Text Example
White with #C26348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26348; }
p { color: rgb(194,99,72); }
H1.HeaderClassName
{
color: #C26348;
}
.AnyTagClassName
{
color: #C26348;
}
</style>
background-color css
<style>
a { background-color: #C26348; }
a { background-color: rgb(194,99,72); }
div.DivClassName
{
background-color: #C26348;
}
.BgClassName
{
background-color: #C26348;
}
</style>
border-color css
<style>
span { border-color: #C26348; }
span { border-color: rgb(194,99,72); }
td.TdClassName
{
border-color: #C26348;
}
.TagClassName
{
border-color: #C26348;
}
</style>