Shades of Flame Pea #C1644F
Tints of Flame Pea #C1644F
RGB
CMYK
RGB Variations
Color information
#C1644F (or 0xC1644F) is known color: Flame Pea. HEX triplet: C1, 64 and 4F. RGB value is (193,100,79). Sum of RGB (Red+Green+Blue) = 193+100+79=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1644F is #3E9BB0. Grayscale: #7D7D7D. Windows color (decimal): -4103089 or 5203137. OLE color: 5203137.
HSL color Cylindrical-coordinate representation of color #C1644F: hue angle of 11.05º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1644F is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 79 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.24 |
| HSL | 11.05º | 0.48% | 0.53% | - |
| HSV(B) | 11.05º | 0.59% | 0.76% | - |
| XYZ | 27.96 | 21.02 | 9.98 | - |
| YUV | 125.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 79 | 0 | 0.48 | 0.59 | 0.24 | 11.05 | 0.48 | 0.53 |
| Hex | C1 | 64 | 4F | 0 | 30 | 3B | 18 | B | 30 | 35 |
| Octal | 301 | 144 | 117 | 0 | 60 | 73 | 30 | 13 | 60 | 65 |
| Binary | 11000001 | 1100100 | 1001111 | 0 | 110000 | 111011 | 11000 | 1011 | 110000 | 110101 |
Color Harmonies of #C1644F
Complementary color
Monochromatic Colors of #C1644F
Black with #C1644F
Text Example
Text Example
White with #C1644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1644F; }
p { color: rgb(193,100,79); }
H1.HeaderClassName
{
color: #C1644F;
}
.AnyTagClassName
{
color: #C1644F;
}
</style>
background-color css
<style>
a { background-color: #C1644F; }
a { background-color: rgb(193,100,79); }
div.DivClassName
{
background-color: #C1644F;
}
.BgClassName
{
background-color: #C1644F;
}
</style>
border-color css
<style>
span { border-color: #C1644F; }
span { border-color: rgb(193,100,79); }
td.TdClassName
{
border-color: #C1644F;
}
.TagClassName
{
border-color: #C1644F;
}
</style>