Shades of Flame Pea #C3644A
Tints of Flame Pea #C3644A
RGB
CMYK
RGB Variations
Color information
#C3644A (or 0xC3644A) is known color: Flame Pea. HEX triplet: C3, 64 and 4A. RGB value is (195,100,74). Sum of RGB (Red+Green+Blue) = 195+100+74=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3644A is #3C9BB5. Grayscale: #7D7D7D. Windows color (decimal): -3972022 or 4875459. OLE color: 4875459.
HSL color Cylindrical-coordinate representation of color #C3644A: hue angle of 12.89º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3644A is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 74 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.24 |
| HSL | 12.89º | 0.5% | 0.53% | - |
| HSV(B) | 12.89º | 0.62% | 0.76% | - |
| XYZ | 28.3 | 21.21 | 9.08 | - |
| YUV | 125.44 | 98.97 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 74 | 0 | 0.49 | 0.62 | 0.24 | 12.89 | 0.5 | 0.53 |
| Hex | C3 | 64 | 4A | 0 | 31 | 3E | 18 | D | 32 | 35 |
| Octal | 303 | 144 | 112 | 0 | 61 | 76 | 30 | 15 | 62 | 65 |
| Binary | 11000011 | 1100100 | 1001010 | 0 | 110001 | 111110 | 11000 | 1101 | 110010 | 110101 |
Color Harmonies of #C3644A
Complementary color
Monochromatic Colors of #C3644A
Black with #C3644A
Text Example
Text Example
White with #C3644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3644A; }
p { color: rgb(195,100,74); }
H1.HeaderClassName
{
color: #C3644A;
}
.AnyTagClassName
{
color: #C3644A;
}
</style>
background-color css
<style>
a { background-color: #C3644A; }
a { background-color: rgb(195,100,74); }
div.DivClassName
{
background-color: #C3644A;
}
.BgClassName
{
background-color: #C3644A;
}
</style>
border-color css
<style>
span { border-color: #C3644A; }
span { border-color: rgb(195,100,74); }
td.TdClassName
{
border-color: #C3644A;
}
.TagClassName
{
border-color: #C3644A;
}
</style>