Shades of Flame Pea #C46043
Tints of Flame Pea #C46043
RGB
CMYK
RGB Variations
Color information
#C46043 (or 0xC46043) is known color: Flame Pea. HEX triplet: C4, 60 and 43. RGB value is (196,96,67). Sum of RGB (Red+Green+Blue) = 196+96+67=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C46043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46043 is #3B9FBC. Grayscale: #7A7A7A. Windows color (decimal): -3907517 or 4415684. OLE color: 4415684.
HSL color Cylindrical-coordinate representation of color #C46043: hue angle of 13.49º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C46043 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 67 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.23 |
| HSL | 13.49º | 0.52% | 0.52% | - |
| HSV(B) | 13.49º | 0.66% | 0.77% | - |
| XYZ | 27.96 | 20.51 | 7.79 | - |
| YUV | 122.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 67 | 0 | 0.51 | 0.66 | 0.23 | 13.49 | 0.52 | 0.52 |
| Hex | C4 | 60 | 43 | 0 | 33 | 42 | 17 | D | 34 | 34 |
| Octal | 304 | 140 | 103 | 0 | 63 | 102 | 27 | 15 | 64 | 64 |
| Binary | 11000100 | 1100000 | 1000011 | 0 | 110011 | 1000010 | 10111 | 1101 | 110100 | 110100 |
Color Harmonies of #C46043
Complementary color
Monochromatic Colors of #C46043
Black with #C46043
Text Example
Text Example
White with #C46043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46043; }
p { color: rgb(196,96,67); }
H1.HeaderClassName
{
color: #C46043;
}
.AnyTagClassName
{
color: #C46043;
}
</style>
background-color css
<style>
a { background-color: #C46043; }
a { background-color: rgb(196,96,67); }
div.DivClassName
{
background-color: #C46043;
}
.BgClassName
{
background-color: #C46043;
}
</style>
border-color css
<style>
span { border-color: #C46043; }
span { border-color: rgb(196,96,67); }
td.TdClassName
{
border-color: #C46043;
}
.TagClassName
{
border-color: #C46043;
}
</style>