Shades of Flame Pea #C5644C
Tints of Flame Pea #C5644C
RGB
CMYK
RGB Variations
Color information
#C5644C (or 0xC5644C) is known color: Flame Pea. HEX triplet: C5, 64 and 4C. RGB value is (197,100,76). Sum of RGB (Red+Green+Blue) = 197+100+76=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5644C is #3A9BB3. Grayscale: #7E7E7E. Windows color (decimal): -3840948 or 5006533. OLE color: 5006533.
HSL color Cylindrical-coordinate representation of color #C5644C: hue angle of 11.9º degrees, saturation: 0.51, 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 #C5644C is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 76 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.23 |
| HSL | 11.9º | 0.51% | 0.54% | - |
| HSV(B) | 11.9º | 0.61% | 0.77% | - |
| XYZ | 28.89 | 21.51 | 9.47 | - |
| YUV | 126.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 76 | 0 | 0.49 | 0.61 | 0.23 | 11.9 | 0.51 | 0.54 |
| Hex | C5 | 64 | 4C | 0 | 31 | 3D | 17 | C | 33 | 36 |
| Octal | 305 | 144 | 114 | 0 | 61 | 75 | 27 | 14 | 63 | 66 |
| Binary | 11000101 | 1100100 | 1001100 | 0 | 110001 | 111101 | 10111 | 1100 | 110011 | 110110 |
Color Harmonies of #C5644C
Complementary color
Monochromatic Colors of #C5644C
Black with #C5644C
Text Example
Text Example
White with #C5644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5644C; }
p { color: rgb(197,100,76); }
H1.HeaderClassName
{
color: #C5644C;
}
.AnyTagClassName
{
color: #C5644C;
}
</style>
background-color css
<style>
a { background-color: #C5644C; }
a { background-color: rgb(197,100,76); }
div.DivClassName
{
background-color: #C5644C;
}
.BgClassName
{
background-color: #C5644C;
}
</style>
border-color css
<style>
span { border-color: #C5644C; }
span { border-color: rgb(197,100,76); }
td.TdClassName
{
border-color: #C5644C;
}
.TagClassName
{
border-color: #C5644C;
}
</style>