Shades of Flame Pea #C1614C
Tints of Flame Pea #C1614C
RGB
CMYK
RGB Variations
Color information
#C1614C (or 0xC1614C) is known color: Flame Pea. HEX triplet: C1, 61 and 4C. RGB value is (193,97,76). Sum of RGB (Red+Green+Blue) = 193+97+76=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1614C is #3E9EB3. Grayscale: #7B7B7B. Windows color (decimal): -4103860 or 5005761. OLE color: 5005761.
HSL color Cylindrical-coordinate representation of color #C1614C: hue angle of 10.77º 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 #C1614C is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 76 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.24 |
| HSL | 10.77º | 0.49% | 0.53% | - |
| HSV(B) | 10.77º | 0.61% | 0.76% | - |
| XYZ | 27.57 | 20.41 | 9.32 | - |
| YUV | 123.31 | 101.3 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 76 | 0 | 0.50 | 0.61 | 0.24 | 10.77 | 0.49 | 0.53 |
| Hex | C1 | 61 | 4C | 0 | 32 | 3D | 18 | B | 31 | 35 |
| Octal | 301 | 141 | 114 | 0 | 62 | 75 | 30 | 13 | 61 | 65 |
| Binary | 11000001 | 1100001 | 1001100 | 0 | 110010 | 111101 | 11000 | 1011 | 110001 | 110101 |
Color Harmonies of #C1614C
Complementary color
Monochromatic Colors of #C1614C
Black with #C1614C
Text Example
Text Example
White with #C1614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1614C; }
p { color: rgb(193,97,76); }
H1.HeaderClassName
{
color: #C1614C;
}
.AnyTagClassName
{
color: #C1614C;
}
</style>
background-color css
<style>
a { background-color: #C1614C; }
a { background-color: rgb(193,97,76); }
div.DivClassName
{
background-color: #C1614C;
}
.BgClassName
{
background-color: #C1614C;
}
</style>
border-color css
<style>
span { border-color: #C1614C; }
span { border-color: rgb(193,97,76); }
td.TdClassName
{
border-color: #C1614C;
}
.TagClassName
{
border-color: #C1614C;
}
</style>