Shades of Flame Pea #C1594A
Tints of Flame Pea #C1594A
RGB
CMYK
RGB Variations
Color information
#C1594A (or 0xC1594A) is known color: Flame Pea. HEX triplet: C1, 59 and 4A. RGB value is (193,89,74). Sum of RGB (Red+Green+Blue) = 193+89+74=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1594A is #3EA6B5. Grayscale: #767676. Windows color (decimal): -4105910 or 4872641. OLE color: 4872641.
HSL color Cylindrical-coordinate representation of color #C1594A: hue angle of 7.56º degrees, saturation: 0.49, 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 #C1594A is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 74 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.24 |
| HSL | 7.56º | 0.49% | 0.52% | - |
| HSV(B) | 7.56º | 0.62% | 0.76% | - |
| XYZ | 26.8 | 18.98 | 8.73 | - |
| YUV | 118.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 74 | 0 | 0.54 | 0.62 | 0.24 | 7.56 | 0.49 | 0.52 |
| Hex | C1 | 59 | 4A | 0 | 36 | 3E | 18 | 8 | 31 | 34 |
| Octal | 301 | 131 | 112 | 0 | 66 | 76 | 30 | 10 | 61 | 64 |
| Binary | 11000001 | 1011001 | 1001010 | 0 | 110110 | 111110 | 11000 | 1000 | 110001 | 110100 |
Color Harmonies of #C1594A
Complementary color
Monochromatic Colors of #C1594A
Black with #C1594A
Text Example
Text Example
White with #C1594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1594A; }
p { color: rgb(193,89,74); }
H1.HeaderClassName
{
color: #C1594A;
}
.AnyTagClassName
{
color: #C1594A;
}
</style>
background-color css
<style>
a { background-color: #C1594A; }
a { background-color: rgb(193,89,74); }
div.DivClassName
{
background-color: #C1594A;
}
.BgClassName
{
background-color: #C1594A;
}
</style>
border-color css
<style>
span { border-color: #C1594A; }
span { border-color: rgb(193,89,74); }
td.TdClassName
{
border-color: #C1594A;
}
.TagClassName
{
border-color: #C1594A;
}
</style>