Shades of Flame Pea #C06444
Tints of Flame Pea #C06444
RGB
CMYK
RGB Variations
Color information
#C06444 (or 0xC06444) is known color: Flame Pea. HEX triplet: C0, 64 and 44. RGB value is (192,100,68). Sum of RGB (Red+Green+Blue) = 192+100+68=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C06444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06444 is #3F9BBB. Grayscale: #7C7C7C. Windows color (decimal): -4168636 or 4482240. OLE color: 4482240.
HSL color Cylindrical-coordinate representation of color #C06444: hue angle of 15.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C06444 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 68 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.25 |
| HSL | 15.48º | 0.5% | 0.51% | - |
| HSV(B) | 15.48º | 0.65% | 0.75% | - |
| XYZ | 27.34 | 20.74 | 8.03 | - |
| YUV | 123.86 | 96.48 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 68 | 0 | 0.48 | 0.65 | 0.25 | 15.48 | 0.5 | 0.51 |
| Hex | C0 | 64 | 44 | 0 | 30 | 41 | 19 | F | 32 | 33 |
| Octal | 300 | 144 | 104 | 0 | 60 | 101 | 31 | 17 | 62 | 63 |
| Binary | 11000000 | 1100100 | 1000100 | 0 | 110000 | 1000001 | 11001 | 1111 | 110010 | 110011 |
Color Harmonies of #C06444
Complementary color
Monochromatic Colors of #C06444
Black with #C06444
Text Example
Text Example
White with #C06444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06444; }
p { color: rgb(192,100,68); }
H1.HeaderClassName
{
color: #C06444;
}
.AnyTagClassName
{
color: #C06444;
}
</style>
background-color css
<style>
a { background-color: #C06444; }
a { background-color: rgb(192,100,68); }
div.DivClassName
{
background-color: #C06444;
}
.BgClassName
{
background-color: #C06444;
}
</style>
border-color css
<style>
span { border-color: #C06444; }
span { border-color: rgb(192,100,68); }
td.TdClassName
{
border-color: #C06444;
}
.TagClassName
{
border-color: #C06444;
}
</style>