Shades of Flame Pea #C3614D
Tints of Flame Pea #C3614D
RGB
CMYK
RGB Variations
Color information
#C3614D (or 0xC3614D) is known color: Flame Pea. HEX triplet: C3, 61 and 4D. RGB value is (195,97,77). Sum of RGB (Red+Green+Blue) = 195+97+77=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3614D is #3C9EB2. Grayscale: #7C7C7C. Windows color (decimal): -3972787 or 5071299. OLE color: 5071299.
HSL color Cylindrical-coordinate representation of color #C3614D: hue angle of 10.17º degrees, saturation: 0.5, 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 #C3614D is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 77 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.24 |
| HSL | 10.17º | 0.5% | 0.53% | - |
| HSV(B) | 10.17º | 0.61% | 0.76% | - |
| XYZ | 28.12 | 20.69 | 9.53 | - |
| YUV | 124.02 | 101.47 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 77 | 0 | 0.50 | 0.61 | 0.24 | 10.17 | 0.5 | 0.53 |
| Hex | C3 | 61 | 4D | 0 | 32 | 3D | 18 | A | 32 | 35 |
| Octal | 303 | 141 | 115 | 0 | 62 | 75 | 30 | 12 | 62 | 65 |
| Binary | 11000011 | 1100001 | 1001101 | 0 | 110010 | 111101 | 11000 | 1010 | 110010 | 110101 |
Color Harmonies of #C3614D
Complementary color
Monochromatic Colors of #C3614D
Black with #C3614D
Text Example
Text Example
White with #C3614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3614D; }
p { color: rgb(195,97,77); }
H1.HeaderClassName
{
color: #C3614D;
}
.AnyTagClassName
{
color: #C3614D;
}
</style>
background-color css
<style>
a { background-color: #C3614D; }
a { background-color: rgb(195,97,77); }
div.DivClassName
{
background-color: #C3614D;
}
.BgClassName
{
background-color: #C3614D;
}
</style>
border-color css
<style>
span { border-color: #C3614D; }
span { border-color: rgb(195,97,77); }
td.TdClassName
{
border-color: #C3614D;
}
.TagClassName
{
border-color: #C3614D;
}
</style>