Shades of Flame Pea #C4634D
Tints of Flame Pea #C4634D
RGB
CMYK
RGB Variations
Color information
#C4634D (or 0xC4634D) is known color: Flame Pea. HEX triplet: C4, 63 and 4D. RGB value is (196,99,77). Sum of RGB (Red+Green+Blue) = 196+99+77=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4634D is #3B9CB2. Grayscale: #7D7D7D. Windows color (decimal): -3906739 or 5071812. OLE color: 5071812.
HSL color Cylindrical-coordinate representation of color #C4634D: hue angle of 11.09º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4634D is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 77 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.23 |
| HSL | 11.09º | 0.5% | 0.54% | - |
| HSV(B) | 11.09º | 0.61% | 0.77% | - |
| XYZ | 28.57 | 21.2 | 9.61 | - |
| YUV | 125.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 77 | 0 | 0.49 | 0.61 | 0.23 | 11.09 | 0.5 | 0.54 |
| Hex | C4 | 63 | 4D | 0 | 31 | 3D | 17 | B | 32 | 36 |
| Octal | 304 | 143 | 115 | 0 | 61 | 75 | 27 | 13 | 62 | 66 |
| Binary | 11000100 | 1100011 | 1001101 | 0 | 110001 | 111101 | 10111 | 1011 | 110010 | 110110 |
Color Harmonies of #C4634D
Complementary color
Monochromatic Colors of #C4634D
Black with #C4634D
Text Example
Text Example
White with #C4634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4634D; }
p { color: rgb(196,99,77); }
H1.HeaderClassName
{
color: #C4634D;
}
.AnyTagClassName
{
color: #C4634D;
}
</style>
background-color css
<style>
a { background-color: #C4634D; }
a { background-color: rgb(196,99,77); }
div.DivClassName
{
background-color: #C4634D;
}
.BgClassName
{
background-color: #C4634D;
}
</style>
border-color css
<style>
span { border-color: #C4634D; }
span { border-color: rgb(196,99,77); }
td.TdClassName
{
border-color: #C4634D;
}
.TagClassName
{
border-color: #C4634D;
}
</style>