Shades of Flame Pea #C4644B
Tints of Flame Pea #C4644B
RGB
CMYK
RGB Variations
Color information
#C4644B (or 0xC4644B) is known color: Flame Pea. HEX triplet: C4, 64 and 4B. RGB value is (196,100,75). Sum of RGB (Red+Green+Blue) = 196+100+75=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4644B is #3B9BB4. Grayscale: #7E7E7E. Windows color (decimal): -3906485 or 4940996. OLE color: 4940996.
HSL color Cylindrical-coordinate representation of color #C4644B: hue angle of 12.4º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4644B is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 100 | 75 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.23 |
| HSL | 12.4º | 0.51% | 0.53% | - |
| HSV(B) | 12.4º | 0.62% | 0.77% | - |
| XYZ | 28.59 | 21.36 | 9.27 | - |
| YUV | 125.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 75 | 0 | 0.49 | 0.62 | 0.23 | 12.4 | 0.51 | 0.53 |
| Hex | C4 | 64 | 4B | 0 | 31 | 3E | 17 | C | 33 | 35 |
| Octal | 304 | 144 | 113 | 0 | 61 | 76 | 27 | 14 | 63 | 65 |
| Binary | 11000100 | 1100100 | 1001011 | 0 | 110001 | 111110 | 10111 | 1100 | 110011 | 110101 |
Color Harmonies of #C4644B
Complementary color
Monochromatic Colors of #C4644B
Black with #C4644B
Text Example
Text Example
White with #C4644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4644B; }
p { color: rgb(196,100,75); }
H1.HeaderClassName
{
color: #C4644B;
}
.AnyTagClassName
{
color: #C4644B;
}
</style>
background-color css
<style>
a { background-color: #C4644B; }
a { background-color: rgb(196,100,75); }
div.DivClassName
{
background-color: #C4644B;
}
.BgClassName
{
background-color: #C4644B;
}
</style>
border-color css
<style>
span { border-color: #C4644B; }
span { border-color: rgb(196,100,75); }
td.TdClassName
{
border-color: #C4644B;
}
.TagClassName
{
border-color: #C4644B;
}
</style>