Shades of Flame Pea #C25F46
Tints of Flame Pea #C25F46
RGB
CMYK
RGB Variations
Color information
#C25F46 (or 0xC25F46) is known color: Flame Pea. HEX triplet: C2, 5F and 46. RGB value is (194,95,70). Sum of RGB (Red+Green+Blue) = 194+95+70=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F46 is #3DA0B9. Grayscale: #797979. Windows color (decimal): -4038842 or 4612034. OLE color: 4612034.
HSL color Cylindrical-coordinate representation of color #C25F46: hue angle of 12.1º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C25F46 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 70 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.24 |
| HSL | 12.1º | 0.5% | 0.52% | - |
| HSV(B) | 12.1º | 0.64% | 0.76% | - |
| XYZ | 27.45 | 20.1 | 8.23 | - |
| YUV | 121.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 70 | 0 | 0.51 | 0.64 | 0.24 | 12.1 | 0.5 | 0.52 |
| Hex | C2 | 5F | 46 | 0 | 33 | 40 | 18 | C | 32 | 34 |
| Octal | 302 | 137 | 106 | 0 | 63 | 100 | 30 | 14 | 62 | 64 |
| Binary | 11000010 | 1011111 | 1000110 | 0 | 110011 | 1000000 | 11000 | 1100 | 110010 | 110100 |
Color Harmonies of #C25F46
Complementary color
Monochromatic Colors of #C25F46
Black with #C25F46
Text Example
Text Example
White with #C25F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F46; }
p { color: rgb(194,95,70); }
H1.HeaderClassName
{
color: #C25F46;
}
.AnyTagClassName
{
color: #C25F46;
}
</style>
background-color css
<style>
a { background-color: #C25F46; }
a { background-color: rgb(194,95,70); }
div.DivClassName
{
background-color: #C25F46;
}
.BgClassName
{
background-color: #C25F46;
}
</style>
border-color css
<style>
span { border-color: #C25F46; }
span { border-color: rgb(194,95,70); }
td.TdClassName
{
border-color: #C25F46;
}
.TagClassName
{
border-color: #C25F46;
}
</style>