Shades of Flame Pea #C5654B
Tints of Flame Pea #C5654B
RGB
CMYK
RGB Variations
Color information
#C5654B (or 0xC5654B) is known color: Flame Pea. HEX triplet: C5, 65 and 4B. RGB value is (197,101,75). Sum of RGB (Red+Green+Blue) = 197+101+75=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5654B is #3A9AB4. Grayscale: #7E7E7E. Windows color (decimal): -3840693 or 4941253. OLE color: 4941253.
HSL color Cylindrical-coordinate representation of color #C5654B: hue angle of 12.79º 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 #C5654B is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 75 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.23 |
| HSL | 12.79º | 0.51% | 0.53% | - |
| HSV(B) | 12.79º | 0.62% | 0.77% | - |
| XYZ | 28.95 | 21.69 | 9.32 | - |
| YUV | 126.74 | 98.8 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 75 | 0 | 0.49 | 0.62 | 0.23 | 12.79 | 0.51 | 0.53 |
| Hex | C5 | 65 | 4B | 0 | 31 | 3E | 17 | D | 33 | 35 |
| Octal | 305 | 145 | 113 | 0 | 61 | 76 | 27 | 15 | 63 | 65 |
| Binary | 11000101 | 1100101 | 1001011 | 0 | 110001 | 111110 | 10111 | 1101 | 110011 | 110101 |
Color Harmonies of #C5654B
Complementary color
Monochromatic Colors of #C5654B
Black with #C5654B
Text Example
Text Example
White with #C5654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5654B; }
p { color: rgb(197,101,75); }
H1.HeaderClassName
{
color: #C5654B;
}
.AnyTagClassName
{
color: #C5654B;
}
</style>
background-color css
<style>
a { background-color: #C5654B; }
a { background-color: rgb(197,101,75); }
div.DivClassName
{
background-color: #C5654B;
}
.BgClassName
{
background-color: #C5654B;
}
</style>
border-color css
<style>
span { border-color: #C5654B; }
span { border-color: rgb(197,101,75); }
td.TdClassName
{
border-color: #C5654B;
}
.TagClassName
{
border-color: #C5654B;
}
</style>