Shades of Flame Pea #C0684E
Tints of Flame Pea #C0684E
RGB
CMYK
RGB Variations
Color information
#C0684E (or 0xC0684E) is known color: Flame Pea. HEX triplet: C0, 68 and 4E. RGB value is (192,104,78). Sum of RGB (Red+Green+Blue) = 192+104+78=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0684E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0684E is #3F97B1. Grayscale: #7F7F7F. Windows color (decimal): -4167602 or 5138624. OLE color: 5138624.
HSL color Cylindrical-coordinate representation of color #C0684E: hue angle of 13.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0684E is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 78 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.25 |
| HSL | 13.68º | 0.48% | 0.53% | - |
| HSV(B) | 13.68º | 0.59% | 0.75% | - |
| XYZ | 28.06 | 21.66 | 9.91 | - |
| YUV | 127.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 78 | 0 | 0.46 | 0.59 | 0.25 | 13.68 | 0.48 | 0.53 |
| Hex | C0 | 68 | 4E | 0 | 2E | 3B | 19 | E | 30 | 35 |
| Octal | 300 | 150 | 116 | 0 | 56 | 73 | 31 | 16 | 60 | 65 |
| Binary | 11000000 | 1101000 | 1001110 | 0 | 101110 | 111011 | 11001 | 1110 | 110000 | 110101 |
Color Harmonies of #C0684E
Complementary color
Monochromatic Colors of #C0684E
Black with #C0684E
Text Example
Text Example
White with #C0684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0684E; }
p { color: rgb(192,104,78); }
H1.HeaderClassName
{
color: #C0684E;
}
.AnyTagClassName
{
color: #C0684E;
}
</style>
background-color css
<style>
a { background-color: #C0684E; }
a { background-color: rgb(192,104,78); }
div.DivClassName
{
background-color: #C0684E;
}
.BgClassName
{
background-color: #C0684E;
}
</style>
border-color css
<style>
span { border-color: #C0684E; }
span { border-color: rgb(192,104,78); }
td.TdClassName
{
border-color: #C0684E;
}
.TagClassName
{
border-color: #C0684E;
}
</style>