Shades of Flame Pea #C1624D
Tints of Flame Pea #C1624D
RGB
CMYK
RGB Variations
Color information
#C1624D (or 0xC1624D) is known color: Flame Pea. HEX triplet: C1, 62 and 4D. RGB value is (193,98,77). Sum of RGB (Red+Green+Blue) = 193+98+77=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1624D is #3E9DB2. Grayscale: #7C7C7C. Windows color (decimal): -4103603 or 5071553. OLE color: 5071553.
HSL color Cylindrical-coordinate representation of color #C1624D: hue angle of 10.86º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1624D is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 77 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.24 |
| HSL | 10.86º | 0.48% | 0.53% | - |
| HSV(B) | 10.86º | 0.6% | 0.76% | - |
| XYZ | 27.7 | 20.61 | 9.54 | - |
| YUV | 124.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 77 | 0 | 0.49 | 0.60 | 0.24 | 10.86 | 0.48 | 0.53 |
| Hex | C1 | 62 | 4D | 0 | 31 | 3C | 18 | B | 30 | 35 |
| Octal | 301 | 142 | 115 | 0 | 61 | 74 | 30 | 13 | 60 | 65 |
| Binary | 11000001 | 1100010 | 1001101 | 0 | 110001 | 111100 | 11000 | 1011 | 110000 | 110101 |
Color Harmonies of #C1624D
Complementary color
Monochromatic Colors of #C1624D
Black with #C1624D
Text Example
Text Example
White with #C1624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1624D; }
p { color: rgb(193,98,77); }
H1.HeaderClassName
{
color: #C1624D;
}
.AnyTagClassName
{
color: #C1624D;
}
</style>
background-color css
<style>
a { background-color: #C1624D; }
a { background-color: rgb(193,98,77); }
div.DivClassName
{
background-color: #C1624D;
}
.BgClassName
{
background-color: #C1624D;
}
</style>
border-color css
<style>
span { border-color: #C1624D; }
span { border-color: rgb(193,98,77); }
td.TdClassName
{
border-color: #C1624D;
}
.TagClassName
{
border-color: #C1624D;
}
</style>