Shades of Flame Pea #C06449
Tints of Flame Pea #C06449
RGB
CMYK
RGB Variations
Color information
#C06449 (or 0xC06449) is known color: Flame Pea. HEX triplet: C0, 64 and 49. RGB value is (192,100,73). Sum of RGB (Red+Green+Blue) = 192+100+73=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C06449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06449 is #3F9BB6. Grayscale: #7C7C7C. Windows color (decimal): -4168631 or 4809920. OLE color: 4809920.
HSL color Cylindrical-coordinate representation of color #C06449: hue angle of 13.61º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C06449 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 73 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.25 |
| HSL | 13.61º | 0.49% | 0.52% | - |
| HSV(B) | 13.61º | 0.62% | 0.75% | - |
| XYZ | 27.5 | 20.8 | 8.87 | - |
| YUV | 124.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 73 | 0 | 0.48 | 0.62 | 0.25 | 13.61 | 0.49 | 0.52 |
| Hex | C0 | 64 | 49 | 0 | 30 | 3E | 19 | E | 31 | 34 |
| Octal | 300 | 144 | 111 | 0 | 60 | 76 | 31 | 16 | 61 | 64 |
| Binary | 11000000 | 1100100 | 1001001 | 0 | 110000 | 111110 | 11001 | 1110 | 110001 | 110100 |
Color Harmonies of #C06449
Complementary color
Monochromatic Colors of #C06449
Black with #C06449
Text Example
Text Example
White with #C06449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06449; }
p { color: rgb(192,100,73); }
H1.HeaderClassName
{
color: #C06449;
}
.AnyTagClassName
{
color: #C06449;
}
</style>
background-color css
<style>
a { background-color: #C06449; }
a { background-color: rgb(192,100,73); }
div.DivClassName
{
background-color: #C06449;
}
.BgClassName
{
background-color: #C06449;
}
</style>
border-color css
<style>
span { border-color: #C06449; }
span { border-color: rgb(192,100,73); }
td.TdClassName
{
border-color: #C06449;
}
.TagClassName
{
border-color: #C06449;
}
</style>