Shades of Flame Pea #C26248
Tints of Flame Pea #C26248
RGB
CMYK
RGB Variations
Color information
#C26248 (or 0xC26248) is known color: Flame Pea. HEX triplet: C2, 62 and 48. RGB value is (194,98,72). Sum of RGB (Red+Green+Blue) = 194+98+72=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C26248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26248 is #3D9DB7. Grayscale: #7B7B7B. Windows color (decimal): -4038072 or 4743874. OLE color: 4743874.
HSL color Cylindrical-coordinate representation of color #C26248: hue angle of 12.79º 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 #C26248 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 72 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.24 |
| HSL | 12.79º | 0.5% | 0.52% | - |
| HSV(B) | 12.79º | 0.63% | 0.76% | - |
| XYZ | 27.79 | 20.67 | 8.66 | - |
| YUV | 123.74 | 98.8 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 72 | 0 | 0.49 | 0.63 | 0.24 | 12.79 | 0.5 | 0.52 |
| Hex | C2 | 62 | 48 | 0 | 31 | 3F | 18 | D | 32 | 34 |
| Octal | 302 | 142 | 110 | 0 | 61 | 77 | 30 | 15 | 62 | 64 |
| Binary | 11000010 | 1100010 | 1001000 | 0 | 110001 | 111111 | 11000 | 1101 | 110010 | 110100 |
Color Harmonies of #C26248
Complementary color
Monochromatic Colors of #C26248
Black with #C26248
Text Example
Text Example
White with #C26248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26248; }
p { color: rgb(194,98,72); }
H1.HeaderClassName
{
color: #C26248;
}
.AnyTagClassName
{
color: #C26248;
}
</style>
background-color css
<style>
a { background-color: #C26248; }
a { background-color: rgb(194,98,72); }
div.DivClassName
{
background-color: #C26248;
}
.BgClassName
{
background-color: #C26248;
}
</style>
border-color css
<style>
span { border-color: #C26248; }
span { border-color: rgb(194,98,72); }
td.TdClassName
{
border-color: #C26248;
}
.TagClassName
{
border-color: #C26248;
}
</style>