Shades of Flame Pea #C66445
Tints of Flame Pea #C66445
RGB
CMYK
RGB Variations
Color information
#C66445 (or 0xC66445) is known color: Flame Pea. HEX triplet: C6, 64 and 45. RGB value is (198,100,69). Sum of RGB (Red+Green+Blue) = 198+100+69=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C66445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66445 is #399BBA. Grayscale: #7D7D7D. Windows color (decimal): -3775419 or 4547782. OLE color: 4547782.
HSL color Cylindrical-coordinate representation of color #C66445: hue angle of 14.42º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C66445 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 69 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.22 |
| HSL | 14.42º | 0.53% | 0.52% | - |
| HSV(B) | 14.42º | 0.65% | 0.78% | - |
| XYZ | 28.92 | 21.55 | 8.27 | - |
| YUV | 125.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 69 | 0 | 0.49 | 0.65 | 0.22 | 14.42 | 0.53 | 0.52 |
| Hex | C6 | 64 | 45 | 0 | 31 | 41 | 16 | E | 35 | 34 |
| Octal | 306 | 144 | 105 | 0 | 61 | 101 | 26 | 16 | 65 | 64 |
| Binary | 11000110 | 1100100 | 1000101 | 0 | 110001 | 1000001 | 10110 | 1110 | 110101 | 110100 |
Color Harmonies of #C66445
Complementary color
Monochromatic Colors of #C66445
Black with #C66445
Text Example
Text Example
White with #C66445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66445; }
p { color: rgb(198,100,69); }
H1.HeaderClassName
{
color: #C66445;
}
.AnyTagClassName
{
color: #C66445;
}
</style>
background-color css
<style>
a { background-color: #C66445; }
a { background-color: rgb(198,100,69); }
div.DivClassName
{
background-color: #C66445;
}
.BgClassName
{
background-color: #C66445;
}
</style>
border-color css
<style>
span { border-color: #C66445; }
span { border-color: rgb(198,100,69); }
td.TdClassName
{
border-color: #C66445;
}
.TagClassName
{
border-color: #C66445;
}
</style>