Shades of Flame Pea #C1624E
Tints of Flame Pea #C1624E
RGB
CMYK
RGB Variations
Color information
#C1624E (or 0xC1624E) is known color: Flame Pea. HEX triplet: C1, 62 and 4E. RGB value is (193,98,78). Sum of RGB (Red+Green+Blue) = 193+98+78=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1624E is #3E9DB1. Grayscale: #7C7C7C. Windows color (decimal): -4103602 or 5137089. OLE color: 5137089.
HSL color Cylindrical-coordinate representation of color #C1624E: hue angle of 10.43º 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 #C1624E is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 78 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.24 |
| HSL | 10.43º | 0.48% | 0.53% | - |
| HSV(B) | 10.43º | 0.6% | 0.76% | - |
| XYZ | 27.74 | 20.62 | 9.73 | - |
| YUV | 124.13 | 101.97 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 78 | 0 | 0.49 | 0.60 | 0.24 | 10.43 | 0.48 | 0.53 |
| Hex | C1 | 62 | 4E | 0 | 31 | 3C | 18 | A | 30 | 35 |
| Octal | 301 | 142 | 116 | 0 | 61 | 74 | 30 | 12 | 60 | 65 |
| Binary | 11000001 | 1100010 | 1001110 | 0 | 110001 | 111100 | 11000 | 1010 | 110000 | 110101 |
Color Harmonies of #C1624E
Complementary color
Monochromatic Colors of #C1624E
Black with #C1624E
Text Example
Text Example
White with #C1624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1624E; }
p { color: rgb(193,98,78); }
H1.HeaderClassName
{
color: #C1624E;
}
.AnyTagClassName
{
color: #C1624E;
}
</style>
background-color css
<style>
a { background-color: #C1624E; }
a { background-color: rgb(193,98,78); }
div.DivClassName
{
background-color: #C1624E;
}
.BgClassName
{
background-color: #C1624E;
}
</style>
border-color css
<style>
span { border-color: #C1624E; }
span { border-color: rgb(193,98,78); }
td.TdClassName
{
border-color: #C1624E;
}
.TagClassName
{
border-color: #C1624E;
}
</style>