Shades of Flame Pea #C5634A
Tints of Flame Pea #C5634A
RGB
CMYK
RGB Variations
Color information
#C5634A (or 0xC5634A) is known color: Flame Pea. HEX triplet: C5, 63 and 4A. RGB value is (197,99,74). Sum of RGB (Red+Green+Blue) = 197+99+74=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5634A is #3A9CB5. Grayscale: #7D7D7D. Windows color (decimal): -3841206 or 4875205. OLE color: 4875205.
HSL color Cylindrical-coordinate representation of color #C5634A: hue angle of 12.2º 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 #C5634A is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 74 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.23 |
| HSL | 12.2º | 0.51% | 0.53% | - |
| HSV(B) | 12.2º | 0.62% | 0.77% | - |
| XYZ | 28.72 | 21.29 | 9.07 | - |
| YUV | 125.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 74 | 0 | 0.50 | 0.62 | 0.23 | 12.2 | 0.51 | 0.53 |
| Hex | C5 | 63 | 4A | 0 | 32 | 3E | 17 | C | 33 | 35 |
| Octal | 305 | 143 | 112 | 0 | 62 | 76 | 27 | 14 | 63 | 65 |
| Binary | 11000101 | 1100011 | 1001010 | 0 | 110010 | 111110 | 10111 | 1100 | 110011 | 110101 |
Color Harmonies of #C5634A
Complementary color
Monochromatic Colors of #C5634A
Black with #C5634A
Text Example
Text Example
White with #C5634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5634A; }
p { color: rgb(197,99,74); }
H1.HeaderClassName
{
color: #C5634A;
}
.AnyTagClassName
{
color: #C5634A;
}
</style>
background-color css
<style>
a { background-color: #C5634A; }
a { background-color: rgb(197,99,74); }
div.DivClassName
{
background-color: #C5634A;
}
.BgClassName
{
background-color: #C5634A;
}
</style>
border-color css
<style>
span { border-color: #C5634A; }
span { border-color: rgb(197,99,74); }
td.TdClassName
{
border-color: #C5634A;
}
.TagClassName
{
border-color: #C5634A;
}
</style>