Shades of Flame Pea #C66449
Tints of Flame Pea #C66449
RGB
CMYK
RGB Variations
Color information
#C66449 (or 0xC66449) is known color: Flame Pea. HEX triplet: C6, 64 and 49. RGB value is (198,100,73). Sum of RGB (Red+Green+Blue) = 198+100+73=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C66449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66449 is #399BB6. Grayscale: #7E7E7E. Windows color (decimal): -3775415 or 4809926. OLE color: 4809926.
HSL color Cylindrical-coordinate representation of color #C66449: hue angle of 12.96º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C66449 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 73 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.22 |
| HSL | 12.96º | 0.52% | 0.53% | - |
| HSV(B) | 12.96º | 0.63% | 0.78% | - |
| XYZ | 29.05 | 21.6 | 8.94 | - |
| YUV | 126.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 73 | 0 | 0.49 | 0.63 | 0.22 | 12.96 | 0.52 | 0.53 |
| Hex | C6 | 64 | 49 | 0 | 31 | 3F | 16 | D | 34 | 35 |
| Octal | 306 | 144 | 111 | 0 | 61 | 77 | 26 | 15 | 64 | 65 |
| Binary | 11000110 | 1100100 | 1001001 | 0 | 110001 | 111111 | 10110 | 1101 | 110100 | 110101 |
Color Harmonies of #C66449
Complementary color
Monochromatic Colors of #C66449
Black with #C66449
Text Example
Text Example
White with #C66449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66449; }
p { color: rgb(198,100,73); }
H1.HeaderClassName
{
color: #C66449;
}
.AnyTagClassName
{
color: #C66449;
}
</style>
background-color css
<style>
a { background-color: #C66449; }
a { background-color: rgb(198,100,73); }
div.DivClassName
{
background-color: #C66449;
}
.BgClassName
{
background-color: #C66449;
}
</style>
border-color css
<style>
span { border-color: #C66449; }
span { border-color: rgb(198,100,73); }
td.TdClassName
{
border-color: #C66449;
}
.TagClassName
{
border-color: #C66449;
}
</style>