Shades of Flame Pea #C25B49
Tints of Flame Pea #C25B49
RGB
CMYK
RGB Variations
Color information
#C25B49 (or 0xC25B49) is known color: Flame Pea. HEX triplet: C2, 5B and 49. RGB value is (194,91,73). Sum of RGB (Red+Green+Blue) = 194+91+73=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25B49 is #3DA4B6. Grayscale: #777777. Windows color (decimal): -4039863 or 4807618. OLE color: 4807618.
HSL color Cylindrical-coordinate representation of color #C25B49: hue angle of 8.93º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25B49 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 73 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.24 |
| HSL | 8.93º | 0.5% | 0.52% | - |
| HSV(B) | 8.93º | 0.62% | 0.76% | - |
| XYZ | 27.19 | 19.43 | 8.62 | - |
| YUV | 119.75 | 101.62 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 73 | 0 | 0.53 | 0.62 | 0.24 | 8.93 | 0.5 | 0.52 |
| Hex | C2 | 5B | 49 | 0 | 35 | 3E | 18 | 9 | 32 | 34 |
| Octal | 302 | 133 | 111 | 0 | 65 | 76 | 30 | 11 | 62 | 64 |
| Binary | 11000010 | 1011011 | 1001001 | 0 | 110101 | 111110 | 11000 | 1001 | 110010 | 110100 |
Color Harmonies of #C25B49
Complementary color
Monochromatic Colors of #C25B49
Black with #C25B49
Text Example
Text Example
White with #C25B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B49; }
p { color: rgb(194,91,73); }
H1.HeaderClassName
{
color: #C25B49;
}
.AnyTagClassName
{
color: #C25B49;
}
</style>
background-color css
<style>
a { background-color: #C25B49; }
a { background-color: rgb(194,91,73); }
div.DivClassName
{
background-color: #C25B49;
}
.BgClassName
{
background-color: #C25B49;
}
</style>
border-color css
<style>
span { border-color: #C25B49; }
span { border-color: rgb(194,91,73); }
td.TdClassName
{
border-color: #C25B49;
}
.TagClassName
{
border-color: #C25B49;
}
</style>