Shades of Flame Pea #C1644C
Tints of Flame Pea #C1644C
RGB
CMYK
RGB Variations
Color information
#C1644C (or 0xC1644C) is known color: Flame Pea. HEX triplet: C1, 64 and 4C. RGB value is (193,100,76). Sum of RGB (Red+Green+Blue) = 193+100+76=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1644C is #3E9BB3. Grayscale: #7D7D7D. Windows color (decimal): -4103092 or 5006529. OLE color: 5006529.
HSL color Cylindrical-coordinate representation of color #C1644C: hue angle of 12.31º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1644C is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 76 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.24 |
| HSL | 12.31º | 0.49% | 0.53% | - |
| HSV(B) | 12.31º | 0.61% | 0.76% | - |
| XYZ | 27.85 | 20.97 | 9.42 | - |
| YUV | 125.07 | 100.31 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 76 | 0 | 0.48 | 0.61 | 0.24 | 12.31 | 0.49 | 0.53 |
| Hex | C1 | 64 | 4C | 0 | 30 | 3D | 18 | C | 31 | 35 |
| Octal | 301 | 144 | 114 | 0 | 60 | 75 | 30 | 14 | 61 | 65 |
| Binary | 11000001 | 1100100 | 1001100 | 0 | 110000 | 111101 | 11000 | 1100 | 110001 | 110101 |
Color Harmonies of #C1644C
Complementary color
Monochromatic Colors of #C1644C
Black with #C1644C
Text Example
Text Example
White with #C1644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1644C; }
p { color: rgb(193,100,76); }
H1.HeaderClassName
{
color: #C1644C;
}
.AnyTagClassName
{
color: #C1644C;
}
</style>
background-color css
<style>
a { background-color: #C1644C; }
a { background-color: rgb(193,100,76); }
div.DivClassName
{
background-color: #C1644C;
}
.BgClassName
{
background-color: #C1644C;
}
</style>
border-color css
<style>
span { border-color: #C1644C; }
span { border-color: rgb(193,100,76); }
td.TdClassName
{
border-color: #C1644C;
}
.TagClassName
{
border-color: #C1644C;
}
</style>