Shades of Flame Pea #C1634A
Tints of Flame Pea #C1634A
RGB
CMYK
RGB Variations
Color information
#C1634A (or 0xC1634A) is known color: Flame Pea. HEX triplet: C1, 63 and 4A. RGB value is (193,99,74). Sum of RGB (Red+Green+Blue) = 193+99+74=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1634A is #3E9CB5. Grayscale: #7C7C7C. Windows color (decimal): -4103350 or 4875201. OLE color: 4875201.
HSL color Cylindrical-coordinate representation of color #C1634A: hue angle of 12.61º 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 #C1634A is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 74 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.24 |
| HSL | 12.61º | 0.49% | 0.52% | - |
| HSV(B) | 12.61º | 0.62% | 0.76% | - |
| XYZ | 27.69 | 20.76 | 9.03 | - |
| YUV | 124.26 | 99.64 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 74 | 0 | 0.49 | 0.62 | 0.24 | 12.61 | 0.49 | 0.52 |
| Hex | C1 | 63 | 4A | 0 | 31 | 3E | 18 | D | 31 | 34 |
| Octal | 301 | 143 | 112 | 0 | 61 | 76 | 30 | 15 | 61 | 64 |
| Binary | 11000001 | 1100011 | 1001010 | 0 | 110001 | 111110 | 11000 | 1101 | 110001 | 110100 |
Color Harmonies of #C1634A
Complementary color
Monochromatic Colors of #C1634A
Black with #C1634A
Text Example
Text Example
White with #C1634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1634A; }
p { color: rgb(193,99,74); }
H1.HeaderClassName
{
color: #C1634A;
}
.AnyTagClassName
{
color: #C1634A;
}
</style>
background-color css
<style>
a { background-color: #C1634A; }
a { background-color: rgb(193,99,74); }
div.DivClassName
{
background-color: #C1634A;
}
.BgClassName
{
background-color: #C1634A;
}
</style>
border-color css
<style>
span { border-color: #C1634A; }
span { border-color: rgb(193,99,74); }
td.TdClassName
{
border-color: #C1634A;
}
.TagClassName
{
border-color: #C1634A;
}
</style>